automation-lib 5.0.217 → 5.0.219
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 +39 -39
- package/dist/index.d.ts +39 -39
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1786,11 +1786,11 @@ interface IAccountSocialBase {
|
|
|
1786
1786
|
pc: IPC | string;
|
|
1787
1787
|
deviceKey: string;
|
|
1788
1788
|
device: IDevice | string;
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1789
|
+
newUsername: string;
|
|
1790
|
+
newFullname: string;
|
|
1791
|
+
newEmail: string;
|
|
1792
|
+
newCode2FA: string;
|
|
1793
|
+
newPassword: string;
|
|
1794
1794
|
}
|
|
1795
1795
|
|
|
1796
1796
|
interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -2087,7 +2087,7 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2087
2087
|
device: string | IDevice;
|
|
2088
2088
|
idea: string | IManagerWork;
|
|
2089
2089
|
niche: string | IManagerWork;
|
|
2090
|
-
account:
|
|
2090
|
+
account: IAccountSocialBase | string;
|
|
2091
2091
|
sheetTool: ISheetsTool | string;
|
|
2092
2092
|
status: EStatusTaskToolSocials;
|
|
2093
2093
|
note: string;
|
|
@@ -2116,7 +2116,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2116
2116
|
device: string | IDevice;
|
|
2117
2117
|
idea: string | IManagerWork;
|
|
2118
2118
|
niche: string | IManagerWork;
|
|
2119
|
-
account:
|
|
2119
|
+
account: IAccountSocialBase | string;
|
|
2120
2120
|
sheetTool: ISheetsTool | string;
|
|
2121
2121
|
status: EStatusTaskToolSocials;
|
|
2122
2122
|
note: string;
|
|
@@ -2138,7 +2138,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2138
2138
|
device: string | IDevice;
|
|
2139
2139
|
idea: string | IManagerWork;
|
|
2140
2140
|
niche: string | IManagerWork;
|
|
2141
|
-
account:
|
|
2141
|
+
account: IAccountSocialBase | string;
|
|
2142
2142
|
sheetTool: ISheetsTool | string;
|
|
2143
2143
|
status: EStatusTaskToolSocials;
|
|
2144
2144
|
note: string;
|
|
@@ -2172,7 +2172,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2172
2172
|
device: string | IDevice;
|
|
2173
2173
|
idea: string | IManagerWork;
|
|
2174
2174
|
niche: string | IManagerWork;
|
|
2175
|
-
account:
|
|
2175
|
+
account: IAccountSocialBase | string;
|
|
2176
2176
|
sheetTool: ISheetsTool | string;
|
|
2177
2177
|
status: EStatusTaskToolSocials;
|
|
2178
2178
|
note: string;
|
|
@@ -2197,7 +2197,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2197
2197
|
device: string | IDevice;
|
|
2198
2198
|
idea: string | IManagerWork;
|
|
2199
2199
|
niche: string | IManagerWork;
|
|
2200
|
-
account:
|
|
2200
|
+
account: IAccountSocialBase | string;
|
|
2201
2201
|
sheetTool: ISheetsTool | string;
|
|
2202
2202
|
status: EStatusTaskToolSocials;
|
|
2203
2203
|
note: string;
|
|
@@ -2237,7 +2237,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2237
2237
|
device: string | IDevice;
|
|
2238
2238
|
idea: string | IManagerWork;
|
|
2239
2239
|
niche: string | IManagerWork;
|
|
2240
|
-
account:
|
|
2240
|
+
account: IAccountSocialBase | string;
|
|
2241
2241
|
sheetTool: ISheetsTool | string;
|
|
2242
2242
|
status: EStatusTaskToolSocials;
|
|
2243
2243
|
note: string;
|
|
@@ -2259,7 +2259,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2259
2259
|
device: string | IDevice;
|
|
2260
2260
|
idea: string | IManagerWork;
|
|
2261
2261
|
niche: string | IManagerWork;
|
|
2262
|
-
account:
|
|
2262
|
+
account: IAccountSocialBase | string;
|
|
2263
2263
|
sheetTool: ISheetsTool | string;
|
|
2264
2264
|
status: EStatusTaskToolSocials;
|
|
2265
2265
|
note: string;
|
|
@@ -2310,7 +2310,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2310
2310
|
device: string | IDevice;
|
|
2311
2311
|
idea: string | IManagerWork;
|
|
2312
2312
|
niche: string | IManagerWork;
|
|
2313
|
-
account:
|
|
2313
|
+
account: IAccountSocialBase | string;
|
|
2314
2314
|
sheetTool: ISheetsTool | string;
|
|
2315
2315
|
status: EStatusTaskToolSocials;
|
|
2316
2316
|
note: string;
|
|
@@ -2337,7 +2337,7 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2337
2337
|
device: string | IDevice;
|
|
2338
2338
|
idea: string | IManagerWork;
|
|
2339
2339
|
niche: string | IManagerWork;
|
|
2340
|
-
account:
|
|
2340
|
+
account: IAccountSocialBase | string;
|
|
2341
2341
|
sheetTool: ISheetsTool | string;
|
|
2342
2342
|
status: EStatusTaskToolSocials;
|
|
2343
2343
|
note: string;
|
|
@@ -2663,7 +2663,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2663
2663
|
niche: string | IManagerWork;
|
|
2664
2664
|
pc: string | IPC;
|
|
2665
2665
|
device: IDevice | string;
|
|
2666
|
-
account:
|
|
2666
|
+
account: IAccountSocialBase | string;
|
|
2667
2667
|
url: string;
|
|
2668
2668
|
photosUrl: string[];
|
|
2669
2669
|
videosUrl: string[];
|
|
@@ -2686,7 +2686,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
|
2686
2686
|
niche: string | IManagerWork;
|
|
2687
2687
|
pc: string | IPC;
|
|
2688
2688
|
device: IDevice | string;
|
|
2689
|
-
account:
|
|
2689
|
+
account: IAccountSocialBase | string;
|
|
2690
2690
|
follower: number;
|
|
2691
2691
|
following: number;
|
|
2692
2692
|
status: EStatusExecuteCommon;
|
|
@@ -2700,7 +2700,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
|
2700
2700
|
niche: string | IManagerWork;
|
|
2701
2701
|
pc: string | IPC;
|
|
2702
2702
|
device: IDevice | string;
|
|
2703
|
-
account:
|
|
2703
|
+
account: IAccountSocialBase | string;
|
|
2704
2704
|
content: string;
|
|
2705
2705
|
linkPost: string;
|
|
2706
2706
|
userLink: string;
|
|
@@ -2715,7 +2715,7 @@ interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2715
2715
|
niche: string | IManagerWork;
|
|
2716
2716
|
pc: string | IPC;
|
|
2717
2717
|
device: IDevice | string;
|
|
2718
|
-
account:
|
|
2718
|
+
account: IAccountSocialBase | string;
|
|
2719
2719
|
listRunTimes: Array<{
|
|
2720
2720
|
typePost: string;
|
|
2721
2721
|
listTimes: Array<string>;
|
|
@@ -2733,7 +2733,7 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser
|
|
|
2733
2733
|
idea: string | IManagerWork;
|
|
2734
2734
|
niche: string | IManagerWork;
|
|
2735
2735
|
device: IDevice | string;
|
|
2736
|
-
account:
|
|
2736
|
+
account: IAccountSocialBase | string;
|
|
2737
2737
|
listRunTimes: Array<Array<string>>;
|
|
2738
2738
|
dayOfWeeks: Array<string>;
|
|
2739
2739
|
timeExecuteForOperationFrom: number;
|
|
@@ -2776,7 +2776,7 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
|
|
|
2776
2776
|
idea: string | IManagerWork;
|
|
2777
2777
|
niche: string | IManagerWork;
|
|
2778
2778
|
device: IDevice | string;
|
|
2779
|
-
account:
|
|
2779
|
+
account: IAccountSocialBase | string;
|
|
2780
2780
|
dayOfWeeks: Array<string>;
|
|
2781
2781
|
listRunTimes: Array<Array<string>>;
|
|
2782
2782
|
timeExecuteForOperationFrom: number;
|
|
@@ -2808,7 +2808,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
2808
2808
|
idea: string | IManagerWork;
|
|
2809
2809
|
niche: string | IManagerWork;
|
|
2810
2810
|
device: IDevice | string;
|
|
2811
|
-
account:
|
|
2811
|
+
account: IAccountSocialBase | string;
|
|
2812
2812
|
status: EStatusExecuteCommon;
|
|
2813
2813
|
statusDetail: string;
|
|
2814
2814
|
}
|
|
@@ -2831,7 +2831,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
2831
2831
|
idea: string | IManagerWork;
|
|
2832
2832
|
niche: string | IManagerWork;
|
|
2833
2833
|
device: IDevice | string;
|
|
2834
|
-
account:
|
|
2834
|
+
account: IAccountSocialBase | string;
|
|
2835
2835
|
status: EStatusExecuteCommon;
|
|
2836
2836
|
statusDetail: string;
|
|
2837
2837
|
}
|
|
@@ -2854,7 +2854,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
2854
2854
|
idea: string | IManagerWork;
|
|
2855
2855
|
niche: string | IManagerWork;
|
|
2856
2856
|
device: IDevice | string;
|
|
2857
|
-
account:
|
|
2857
|
+
account: IAccountSocialBase | string;
|
|
2858
2858
|
status: EStatusExecuteCommon;
|
|
2859
2859
|
statusDetail: string;
|
|
2860
2860
|
}
|
|
@@ -2879,7 +2879,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
2879
2879
|
idea: string | IManagerWork;
|
|
2880
2880
|
niche: string | IManagerWork;
|
|
2881
2881
|
device: IDevice | string;
|
|
2882
|
-
account:
|
|
2882
|
+
account: IAccountSocialBase | string;
|
|
2883
2883
|
status: EStatusExecuteCommon;
|
|
2884
2884
|
statusDetail: string;
|
|
2885
2885
|
}
|
|
@@ -2898,7 +2898,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
2898
2898
|
idea: string | IManagerWork;
|
|
2899
2899
|
niche: string | IManagerWork;
|
|
2900
2900
|
device: IDevice | string;
|
|
2901
|
-
account:
|
|
2901
|
+
account: IAccountSocialBase | string;
|
|
2902
2902
|
status: EStatusExecuteCommon;
|
|
2903
2903
|
statusDetail: string;
|
|
2904
2904
|
}
|
|
@@ -2908,7 +2908,7 @@ interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IU
|
|
|
2908
2908
|
idea: string | IManagerWork;
|
|
2909
2909
|
niche: string | IManagerWork;
|
|
2910
2910
|
device: IDevice | string;
|
|
2911
|
-
account:
|
|
2911
|
+
account: IAccountSocialBase | string;
|
|
2912
2912
|
dayOfWeeks: Array<string>;
|
|
2913
2913
|
listRunTimes: Array<Array<string>>;
|
|
2914
2914
|
maxViewPerDay: number;
|
|
@@ -2932,7 +2932,7 @@ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUs
|
|
|
2932
2932
|
idea: string | IManagerWork;
|
|
2933
2933
|
niche: string | IManagerWork;
|
|
2934
2934
|
device: IDevice | string;
|
|
2935
|
-
account:
|
|
2935
|
+
account: IAccountSocialBase | string;
|
|
2936
2936
|
listRunTimes: Array<Array<string>>;
|
|
2937
2937
|
dayOfWeeks: Array<string>;
|
|
2938
2938
|
timeExecuteForOperationFrom: number;
|
|
@@ -2975,7 +2975,7 @@ interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser
|
|
|
2975
2975
|
idea: string | IManagerWork;
|
|
2976
2976
|
niche: string | IManagerWork;
|
|
2977
2977
|
device: IDevice | string;
|
|
2978
|
-
account:
|
|
2978
|
+
account: IAccountSocialBase | string;
|
|
2979
2979
|
dayOfWeeks: Array<string>;
|
|
2980
2980
|
listRunTimes: Array<Array<string>>;
|
|
2981
2981
|
limitViewPerDayFrom: number;
|
|
@@ -2998,7 +2998,7 @@ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingMod
|
|
|
2998
2998
|
idea: string | IManagerWork;
|
|
2999
2999
|
niche: string | IManagerWork;
|
|
3000
3000
|
device: IDevice | string;
|
|
3001
|
-
account:
|
|
3001
|
+
account: IAccountSocialBase | string;
|
|
3002
3002
|
dayOfWeeks: Array<string>;
|
|
3003
3003
|
listRunTimes: Array<Array<string>>;
|
|
3004
3004
|
timeExecuteForOperationFrom: number;
|
|
@@ -3025,7 +3025,7 @@ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingMod
|
|
|
3025
3025
|
idea: string | IManagerWork;
|
|
3026
3026
|
niche: string | IManagerWork;
|
|
3027
3027
|
device: IDevice | string;
|
|
3028
|
-
account:
|
|
3028
|
+
account: IAccountSocialBase | string;
|
|
3029
3029
|
listRunTimes: Array<Array<string>>;
|
|
3030
3030
|
dayOfWeeks: Array<string>;
|
|
3031
3031
|
timeExecuteForOperationFrom: number;
|
|
@@ -3047,7 +3047,7 @@ interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUse
|
|
|
3047
3047
|
idea: string | IManagerWork;
|
|
3048
3048
|
niche: string | IManagerWork;
|
|
3049
3049
|
device: IDevice | string;
|
|
3050
|
-
account:
|
|
3050
|
+
account: IAccountSocialBase | string;
|
|
3051
3051
|
dayOfWeeks: Array<string>;
|
|
3052
3052
|
listRunTimes: Array<Array<string>>;
|
|
3053
3053
|
timeExecuteForOperationFrom: number;
|
|
@@ -3080,7 +3080,7 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<I
|
|
|
3080
3080
|
idea: string | IManagerWork;
|
|
3081
3081
|
niche: string | IManagerWork;
|
|
3082
3082
|
device: IDevice | string;
|
|
3083
|
-
account:
|
|
3083
|
+
account: IAccountSocialBase | string;
|
|
3084
3084
|
dayOfWeeks: Array<string>;
|
|
3085
3085
|
listRunTimes: Array<Array<string>>;
|
|
3086
3086
|
timeExecuteForOperationFrom: number;
|
|
@@ -3106,7 +3106,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3106
3106
|
idea: string | IManagerWork;
|
|
3107
3107
|
niche: string | IManagerWork;
|
|
3108
3108
|
device: IDevice | string;
|
|
3109
|
-
account:
|
|
3109
|
+
account: IAccountSocialBase | string;
|
|
3110
3110
|
listRunTimes: Array<{
|
|
3111
3111
|
typePost: string;
|
|
3112
3112
|
listTimes: Array<string>;
|
|
@@ -3127,7 +3127,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
3127
3127
|
idea: string | IManagerWork;
|
|
3128
3128
|
niche: string | IManagerWork;
|
|
3129
3129
|
device: IDevice | string;
|
|
3130
|
-
account:
|
|
3130
|
+
account: IAccountSocialBase | string;
|
|
3131
3131
|
pc: string | IPC;
|
|
3132
3132
|
status: EStatusExecuteCommon;
|
|
3133
3133
|
statusDetail: string;
|
|
@@ -3137,7 +3137,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
3137
3137
|
idea: string | IManagerWork;
|
|
3138
3138
|
niche: string | IManagerWork;
|
|
3139
3139
|
device: IDevice | string;
|
|
3140
|
-
account:
|
|
3140
|
+
account: IAccountSocialBase | string;
|
|
3141
3141
|
numberLike: number;
|
|
3142
3142
|
minutesExecute: number;
|
|
3143
3143
|
isLike: boolean;
|
|
@@ -3150,7 +3150,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
|
3150
3150
|
idea: string | IManagerWork;
|
|
3151
3151
|
niche: string | IManagerWork;
|
|
3152
3152
|
device: IDevice | string;
|
|
3153
|
-
account:
|
|
3153
|
+
account: IAccountSocialBase | string;
|
|
3154
3154
|
numberLike: number;
|
|
3155
3155
|
minutesExecute: number;
|
|
3156
3156
|
numberUsersSentMess: number;
|
|
@@ -3169,7 +3169,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
3169
3169
|
idea: string | IManagerWork;
|
|
3170
3170
|
niche: string | IManagerWork;
|
|
3171
3171
|
device: IDevice | string;
|
|
3172
|
-
account:
|
|
3172
|
+
account: IAccountSocialBase | string;
|
|
3173
3173
|
pc: string | IPC;
|
|
3174
3174
|
status: EStatusExecuteCommon;
|
|
3175
3175
|
statusDetail: string;
|
|
@@ -3181,7 +3181,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
3181
3181
|
idea: string | IManagerWork;
|
|
3182
3182
|
niche: string | IManagerWork;
|
|
3183
3183
|
device: IDevice | string;
|
|
3184
|
-
account:
|
|
3184
|
+
account: IAccountSocialBase | string;
|
|
3185
3185
|
pc: string | IPC;
|
|
3186
3186
|
status: EStatusExecuteCommon;
|
|
3187
3187
|
statusDetail: string;
|
|
@@ -3191,7 +3191,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
3191
3191
|
idea: string | IManagerWork;
|
|
3192
3192
|
niche: string | IManagerWork;
|
|
3193
3193
|
device: IDevice | string;
|
|
3194
|
-
account:
|
|
3194
|
+
account: IAccountSocialBase | string;
|
|
3195
3195
|
pc: string | IPC;
|
|
3196
3196
|
status: EStatusExecuteCommon;
|
|
3197
3197
|
statusDetail: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1786,11 +1786,11 @@ interface IAccountSocialBase {
|
|
|
1786
1786
|
pc: IPC | string;
|
|
1787
1787
|
deviceKey: string;
|
|
1788
1788
|
device: IDevice | string;
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1789
|
+
newUsername: string;
|
|
1790
|
+
newFullname: string;
|
|
1791
|
+
newEmail: string;
|
|
1792
|
+
newCode2FA: string;
|
|
1793
|
+
newPassword: string;
|
|
1794
1794
|
}
|
|
1795
1795
|
|
|
1796
1796
|
interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -2087,7 +2087,7 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2087
2087
|
device: string | IDevice;
|
|
2088
2088
|
idea: string | IManagerWork;
|
|
2089
2089
|
niche: string | IManagerWork;
|
|
2090
|
-
account:
|
|
2090
|
+
account: IAccountSocialBase | string;
|
|
2091
2091
|
sheetTool: ISheetsTool | string;
|
|
2092
2092
|
status: EStatusTaskToolSocials;
|
|
2093
2093
|
note: string;
|
|
@@ -2116,7 +2116,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2116
2116
|
device: string | IDevice;
|
|
2117
2117
|
idea: string | IManagerWork;
|
|
2118
2118
|
niche: string | IManagerWork;
|
|
2119
|
-
account:
|
|
2119
|
+
account: IAccountSocialBase | string;
|
|
2120
2120
|
sheetTool: ISheetsTool | string;
|
|
2121
2121
|
status: EStatusTaskToolSocials;
|
|
2122
2122
|
note: string;
|
|
@@ -2138,7 +2138,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2138
2138
|
device: string | IDevice;
|
|
2139
2139
|
idea: string | IManagerWork;
|
|
2140
2140
|
niche: string | IManagerWork;
|
|
2141
|
-
account:
|
|
2141
|
+
account: IAccountSocialBase | string;
|
|
2142
2142
|
sheetTool: ISheetsTool | string;
|
|
2143
2143
|
status: EStatusTaskToolSocials;
|
|
2144
2144
|
note: string;
|
|
@@ -2172,7 +2172,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2172
2172
|
device: string | IDevice;
|
|
2173
2173
|
idea: string | IManagerWork;
|
|
2174
2174
|
niche: string | IManagerWork;
|
|
2175
|
-
account:
|
|
2175
|
+
account: IAccountSocialBase | string;
|
|
2176
2176
|
sheetTool: ISheetsTool | string;
|
|
2177
2177
|
status: EStatusTaskToolSocials;
|
|
2178
2178
|
note: string;
|
|
@@ -2197,7 +2197,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2197
2197
|
device: string | IDevice;
|
|
2198
2198
|
idea: string | IManagerWork;
|
|
2199
2199
|
niche: string | IManagerWork;
|
|
2200
|
-
account:
|
|
2200
|
+
account: IAccountSocialBase | string;
|
|
2201
2201
|
sheetTool: ISheetsTool | string;
|
|
2202
2202
|
status: EStatusTaskToolSocials;
|
|
2203
2203
|
note: string;
|
|
@@ -2237,7 +2237,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2237
2237
|
device: string | IDevice;
|
|
2238
2238
|
idea: string | IManagerWork;
|
|
2239
2239
|
niche: string | IManagerWork;
|
|
2240
|
-
account:
|
|
2240
|
+
account: IAccountSocialBase | string;
|
|
2241
2241
|
sheetTool: ISheetsTool | string;
|
|
2242
2242
|
status: EStatusTaskToolSocials;
|
|
2243
2243
|
note: string;
|
|
@@ -2259,7 +2259,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2259
2259
|
device: string | IDevice;
|
|
2260
2260
|
idea: string | IManagerWork;
|
|
2261
2261
|
niche: string | IManagerWork;
|
|
2262
|
-
account:
|
|
2262
|
+
account: IAccountSocialBase | string;
|
|
2263
2263
|
sheetTool: ISheetsTool | string;
|
|
2264
2264
|
status: EStatusTaskToolSocials;
|
|
2265
2265
|
note: string;
|
|
@@ -2310,7 +2310,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2310
2310
|
device: string | IDevice;
|
|
2311
2311
|
idea: string | IManagerWork;
|
|
2312
2312
|
niche: string | IManagerWork;
|
|
2313
|
-
account:
|
|
2313
|
+
account: IAccountSocialBase | string;
|
|
2314
2314
|
sheetTool: ISheetsTool | string;
|
|
2315
2315
|
status: EStatusTaskToolSocials;
|
|
2316
2316
|
note: string;
|
|
@@ -2337,7 +2337,7 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2337
2337
|
device: string | IDevice;
|
|
2338
2338
|
idea: string | IManagerWork;
|
|
2339
2339
|
niche: string | IManagerWork;
|
|
2340
|
-
account:
|
|
2340
|
+
account: IAccountSocialBase | string;
|
|
2341
2341
|
sheetTool: ISheetsTool | string;
|
|
2342
2342
|
status: EStatusTaskToolSocials;
|
|
2343
2343
|
note: string;
|
|
@@ -2663,7 +2663,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2663
2663
|
niche: string | IManagerWork;
|
|
2664
2664
|
pc: string | IPC;
|
|
2665
2665
|
device: IDevice | string;
|
|
2666
|
-
account:
|
|
2666
|
+
account: IAccountSocialBase | string;
|
|
2667
2667
|
url: string;
|
|
2668
2668
|
photosUrl: string[];
|
|
2669
2669
|
videosUrl: string[];
|
|
@@ -2686,7 +2686,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
|
2686
2686
|
niche: string | IManagerWork;
|
|
2687
2687
|
pc: string | IPC;
|
|
2688
2688
|
device: IDevice | string;
|
|
2689
|
-
account:
|
|
2689
|
+
account: IAccountSocialBase | string;
|
|
2690
2690
|
follower: number;
|
|
2691
2691
|
following: number;
|
|
2692
2692
|
status: EStatusExecuteCommon;
|
|
@@ -2700,7 +2700,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
|
2700
2700
|
niche: string | IManagerWork;
|
|
2701
2701
|
pc: string | IPC;
|
|
2702
2702
|
device: IDevice | string;
|
|
2703
|
-
account:
|
|
2703
|
+
account: IAccountSocialBase | string;
|
|
2704
2704
|
content: string;
|
|
2705
2705
|
linkPost: string;
|
|
2706
2706
|
userLink: string;
|
|
@@ -2715,7 +2715,7 @@ interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2715
2715
|
niche: string | IManagerWork;
|
|
2716
2716
|
pc: string | IPC;
|
|
2717
2717
|
device: IDevice | string;
|
|
2718
|
-
account:
|
|
2718
|
+
account: IAccountSocialBase | string;
|
|
2719
2719
|
listRunTimes: Array<{
|
|
2720
2720
|
typePost: string;
|
|
2721
2721
|
listTimes: Array<string>;
|
|
@@ -2733,7 +2733,7 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser
|
|
|
2733
2733
|
idea: string | IManagerWork;
|
|
2734
2734
|
niche: string | IManagerWork;
|
|
2735
2735
|
device: IDevice | string;
|
|
2736
|
-
account:
|
|
2736
|
+
account: IAccountSocialBase | string;
|
|
2737
2737
|
listRunTimes: Array<Array<string>>;
|
|
2738
2738
|
dayOfWeeks: Array<string>;
|
|
2739
2739
|
timeExecuteForOperationFrom: number;
|
|
@@ -2776,7 +2776,7 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
|
|
|
2776
2776
|
idea: string | IManagerWork;
|
|
2777
2777
|
niche: string | IManagerWork;
|
|
2778
2778
|
device: IDevice | string;
|
|
2779
|
-
account:
|
|
2779
|
+
account: IAccountSocialBase | string;
|
|
2780
2780
|
dayOfWeeks: Array<string>;
|
|
2781
2781
|
listRunTimes: Array<Array<string>>;
|
|
2782
2782
|
timeExecuteForOperationFrom: number;
|
|
@@ -2808,7 +2808,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
2808
2808
|
idea: string | IManagerWork;
|
|
2809
2809
|
niche: string | IManagerWork;
|
|
2810
2810
|
device: IDevice | string;
|
|
2811
|
-
account:
|
|
2811
|
+
account: IAccountSocialBase | string;
|
|
2812
2812
|
status: EStatusExecuteCommon;
|
|
2813
2813
|
statusDetail: string;
|
|
2814
2814
|
}
|
|
@@ -2831,7 +2831,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
2831
2831
|
idea: string | IManagerWork;
|
|
2832
2832
|
niche: string | IManagerWork;
|
|
2833
2833
|
device: IDevice | string;
|
|
2834
|
-
account:
|
|
2834
|
+
account: IAccountSocialBase | string;
|
|
2835
2835
|
status: EStatusExecuteCommon;
|
|
2836
2836
|
statusDetail: string;
|
|
2837
2837
|
}
|
|
@@ -2854,7 +2854,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
2854
2854
|
idea: string | IManagerWork;
|
|
2855
2855
|
niche: string | IManagerWork;
|
|
2856
2856
|
device: IDevice | string;
|
|
2857
|
-
account:
|
|
2857
|
+
account: IAccountSocialBase | string;
|
|
2858
2858
|
status: EStatusExecuteCommon;
|
|
2859
2859
|
statusDetail: string;
|
|
2860
2860
|
}
|
|
@@ -2879,7 +2879,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
2879
2879
|
idea: string | IManagerWork;
|
|
2880
2880
|
niche: string | IManagerWork;
|
|
2881
2881
|
device: IDevice | string;
|
|
2882
|
-
account:
|
|
2882
|
+
account: IAccountSocialBase | string;
|
|
2883
2883
|
status: EStatusExecuteCommon;
|
|
2884
2884
|
statusDetail: string;
|
|
2885
2885
|
}
|
|
@@ -2898,7 +2898,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
2898
2898
|
idea: string | IManagerWork;
|
|
2899
2899
|
niche: string | IManagerWork;
|
|
2900
2900
|
device: IDevice | string;
|
|
2901
|
-
account:
|
|
2901
|
+
account: IAccountSocialBase | string;
|
|
2902
2902
|
status: EStatusExecuteCommon;
|
|
2903
2903
|
statusDetail: string;
|
|
2904
2904
|
}
|
|
@@ -2908,7 +2908,7 @@ interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IU
|
|
|
2908
2908
|
idea: string | IManagerWork;
|
|
2909
2909
|
niche: string | IManagerWork;
|
|
2910
2910
|
device: IDevice | string;
|
|
2911
|
-
account:
|
|
2911
|
+
account: IAccountSocialBase | string;
|
|
2912
2912
|
dayOfWeeks: Array<string>;
|
|
2913
2913
|
listRunTimes: Array<Array<string>>;
|
|
2914
2914
|
maxViewPerDay: number;
|
|
@@ -2932,7 +2932,7 @@ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUs
|
|
|
2932
2932
|
idea: string | IManagerWork;
|
|
2933
2933
|
niche: string | IManagerWork;
|
|
2934
2934
|
device: IDevice | string;
|
|
2935
|
-
account:
|
|
2935
|
+
account: IAccountSocialBase | string;
|
|
2936
2936
|
listRunTimes: Array<Array<string>>;
|
|
2937
2937
|
dayOfWeeks: Array<string>;
|
|
2938
2938
|
timeExecuteForOperationFrom: number;
|
|
@@ -2975,7 +2975,7 @@ interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser
|
|
|
2975
2975
|
idea: string | IManagerWork;
|
|
2976
2976
|
niche: string | IManagerWork;
|
|
2977
2977
|
device: IDevice | string;
|
|
2978
|
-
account:
|
|
2978
|
+
account: IAccountSocialBase | string;
|
|
2979
2979
|
dayOfWeeks: Array<string>;
|
|
2980
2980
|
listRunTimes: Array<Array<string>>;
|
|
2981
2981
|
limitViewPerDayFrom: number;
|
|
@@ -2998,7 +2998,7 @@ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingMod
|
|
|
2998
2998
|
idea: string | IManagerWork;
|
|
2999
2999
|
niche: string | IManagerWork;
|
|
3000
3000
|
device: IDevice | string;
|
|
3001
|
-
account:
|
|
3001
|
+
account: IAccountSocialBase | string;
|
|
3002
3002
|
dayOfWeeks: Array<string>;
|
|
3003
3003
|
listRunTimes: Array<Array<string>>;
|
|
3004
3004
|
timeExecuteForOperationFrom: number;
|
|
@@ -3025,7 +3025,7 @@ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingMod
|
|
|
3025
3025
|
idea: string | IManagerWork;
|
|
3026
3026
|
niche: string | IManagerWork;
|
|
3027
3027
|
device: IDevice | string;
|
|
3028
|
-
account:
|
|
3028
|
+
account: IAccountSocialBase | string;
|
|
3029
3029
|
listRunTimes: Array<Array<string>>;
|
|
3030
3030
|
dayOfWeeks: Array<string>;
|
|
3031
3031
|
timeExecuteForOperationFrom: number;
|
|
@@ -3047,7 +3047,7 @@ interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUse
|
|
|
3047
3047
|
idea: string | IManagerWork;
|
|
3048
3048
|
niche: string | IManagerWork;
|
|
3049
3049
|
device: IDevice | string;
|
|
3050
|
-
account:
|
|
3050
|
+
account: IAccountSocialBase | string;
|
|
3051
3051
|
dayOfWeeks: Array<string>;
|
|
3052
3052
|
listRunTimes: Array<Array<string>>;
|
|
3053
3053
|
timeExecuteForOperationFrom: number;
|
|
@@ -3080,7 +3080,7 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<I
|
|
|
3080
3080
|
idea: string | IManagerWork;
|
|
3081
3081
|
niche: string | IManagerWork;
|
|
3082
3082
|
device: IDevice | string;
|
|
3083
|
-
account:
|
|
3083
|
+
account: IAccountSocialBase | string;
|
|
3084
3084
|
dayOfWeeks: Array<string>;
|
|
3085
3085
|
listRunTimes: Array<Array<string>>;
|
|
3086
3086
|
timeExecuteForOperationFrom: number;
|
|
@@ -3106,7 +3106,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3106
3106
|
idea: string | IManagerWork;
|
|
3107
3107
|
niche: string | IManagerWork;
|
|
3108
3108
|
device: IDevice | string;
|
|
3109
|
-
account:
|
|
3109
|
+
account: IAccountSocialBase | string;
|
|
3110
3110
|
listRunTimes: Array<{
|
|
3111
3111
|
typePost: string;
|
|
3112
3112
|
listTimes: Array<string>;
|
|
@@ -3127,7 +3127,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
3127
3127
|
idea: string | IManagerWork;
|
|
3128
3128
|
niche: string | IManagerWork;
|
|
3129
3129
|
device: IDevice | string;
|
|
3130
|
-
account:
|
|
3130
|
+
account: IAccountSocialBase | string;
|
|
3131
3131
|
pc: string | IPC;
|
|
3132
3132
|
status: EStatusExecuteCommon;
|
|
3133
3133
|
statusDetail: string;
|
|
@@ -3137,7 +3137,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
3137
3137
|
idea: string | IManagerWork;
|
|
3138
3138
|
niche: string | IManagerWork;
|
|
3139
3139
|
device: IDevice | string;
|
|
3140
|
-
account:
|
|
3140
|
+
account: IAccountSocialBase | string;
|
|
3141
3141
|
numberLike: number;
|
|
3142
3142
|
minutesExecute: number;
|
|
3143
3143
|
isLike: boolean;
|
|
@@ -3150,7 +3150,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
|
3150
3150
|
idea: string | IManagerWork;
|
|
3151
3151
|
niche: string | IManagerWork;
|
|
3152
3152
|
device: IDevice | string;
|
|
3153
|
-
account:
|
|
3153
|
+
account: IAccountSocialBase | string;
|
|
3154
3154
|
numberLike: number;
|
|
3155
3155
|
minutesExecute: number;
|
|
3156
3156
|
numberUsersSentMess: number;
|
|
@@ -3169,7 +3169,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
3169
3169
|
idea: string | IManagerWork;
|
|
3170
3170
|
niche: string | IManagerWork;
|
|
3171
3171
|
device: IDevice | string;
|
|
3172
|
-
account:
|
|
3172
|
+
account: IAccountSocialBase | string;
|
|
3173
3173
|
pc: string | IPC;
|
|
3174
3174
|
status: EStatusExecuteCommon;
|
|
3175
3175
|
statusDetail: string;
|
|
@@ -3181,7 +3181,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
3181
3181
|
idea: string | IManagerWork;
|
|
3182
3182
|
niche: string | IManagerWork;
|
|
3183
3183
|
device: IDevice | string;
|
|
3184
|
-
account:
|
|
3184
|
+
account: IAccountSocialBase | string;
|
|
3185
3185
|
pc: string | IPC;
|
|
3186
3186
|
status: EStatusExecuteCommon;
|
|
3187
3187
|
statusDetail: string;
|
|
@@ -3191,7 +3191,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
3191
3191
|
idea: string | IManagerWork;
|
|
3192
3192
|
niche: string | IManagerWork;
|
|
3193
3193
|
device: IDevice | string;
|
|
3194
|
-
account:
|
|
3194
|
+
account: IAccountSocialBase | string;
|
|
3195
3195
|
pc: string | IPC;
|
|
3196
3196
|
status: EStatusExecuteCommon;
|
|
3197
3197
|
statusDetail: string;
|