automation-lib 5.4.18 → 5.4.21
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 +56 -51
- package/dist/index.d.ts +56 -51
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3154,7 +3154,7 @@ interface AutoFillThreadsAccountRawDto {
|
|
|
3154
3154
|
timeExecuteCover: Date;
|
|
3155
3155
|
}
|
|
3156
3156
|
|
|
3157
|
-
interface FindThreadsAccountRunDto extends IFindBaseDto
|
|
3157
|
+
interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
3158
3158
|
idea: string | IManagerWork;
|
|
3159
3159
|
niche: string | IManagerWork;
|
|
3160
3160
|
type: ETypeManagerWorkClassify;
|
|
@@ -4984,7 +4984,7 @@ interface AutoFillAssignedMemberInstagramAccountRawDto {
|
|
|
4984
4984
|
member: string;
|
|
4985
4985
|
}
|
|
4986
4986
|
|
|
4987
|
-
interface FindInstagramAccountRunDto extends IFindBaseDto
|
|
4987
|
+
interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
4988
4988
|
idea: string | IManagerWork;
|
|
4989
4989
|
niche: string | IManagerWork;
|
|
4990
4990
|
type: ETypeManagerWorkClassify;
|
|
@@ -8968,7 +8968,7 @@ declare namespace index$6 {
|
|
|
8968
8968
|
interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
8969
8969
|
sheetName: string;
|
|
8970
8970
|
sheetUrl: string;
|
|
8971
|
-
account:
|
|
8971
|
+
account: IInstagramAccountRaw | string;
|
|
8972
8972
|
currentFollower: number;
|
|
8973
8973
|
currentFollowing: number;
|
|
8974
8974
|
status: EStatusTaskScript;
|
|
@@ -8979,7 +8979,7 @@ interface IInstagramHistoryFollowELS extends IBaseELS {
|
|
|
8979
8979
|
interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
8980
8980
|
sheetName: string;
|
|
8981
8981
|
sheetUrl: string;
|
|
8982
|
-
account:
|
|
8982
|
+
account: IInstagramAccountRaw | string;
|
|
8983
8983
|
folderImageName: string;
|
|
8984
8984
|
linkDriveVideoOfCanva: string;
|
|
8985
8985
|
listLinkDriveImagesOfCanva: string[];
|
|
@@ -9005,7 +9005,7 @@ interface IInstagramHistoryAutoPostELS extends IBaseELS {
|
|
|
9005
9005
|
interface IInstagramHistoryBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
9006
9006
|
sheetName: string;
|
|
9007
9007
|
sheetUrl: string;
|
|
9008
|
-
account:
|
|
9008
|
+
account: IInstagramAccountRaw | string;
|
|
9009
9009
|
userBlock: string;
|
|
9010
9010
|
userRestrict: string;
|
|
9011
9011
|
userHidden: string;
|
|
@@ -9017,7 +9017,7 @@ interface IInstagramHistoryBlockUserELS extends IBaseELS {
|
|
|
9017
9017
|
}
|
|
9018
9018
|
|
|
9019
9019
|
interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
9020
|
-
account:
|
|
9020
|
+
account: IInstagramAccountRaw | string;
|
|
9021
9021
|
listRunTimes: Array<string>;
|
|
9022
9022
|
dayOfWeeks: Array<string>;
|
|
9023
9023
|
isTimeUs: boolean;
|
|
@@ -9025,7 +9025,7 @@ interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<
|
|
|
9025
9025
|
}
|
|
9026
9026
|
|
|
9027
9027
|
interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
9028
|
-
account:
|
|
9028
|
+
account: IInstagramAccountRaw | string;
|
|
9029
9029
|
dayOfWeeks: Array<string>;
|
|
9030
9030
|
listRunTimes: Array<Array<string>>;
|
|
9031
9031
|
maxViewPerDay: number;
|
|
@@ -9046,7 +9046,7 @@ interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IU
|
|
|
9046
9046
|
}
|
|
9047
9047
|
|
|
9048
9048
|
interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
9049
|
-
account:
|
|
9049
|
+
account: IInstagramAccountRaw | string;
|
|
9050
9050
|
listRunTimes: Array<Array<string>>;
|
|
9051
9051
|
dayOfWeeks: Array<string>;
|
|
9052
9052
|
timeExecuteForOperationFrom: number;
|
|
@@ -9086,7 +9086,7 @@ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUs
|
|
|
9086
9086
|
}
|
|
9087
9087
|
|
|
9088
9088
|
interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
9089
|
-
account:
|
|
9089
|
+
account: IInstagramAccountRaw | string;
|
|
9090
9090
|
dayOfWeeks: Array<string>;
|
|
9091
9091
|
listRunTimes: Array<Array<string>>;
|
|
9092
9092
|
limitViewPerDayFrom: number;
|
|
@@ -9106,7 +9106,7 @@ interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser
|
|
|
9106
9106
|
}
|
|
9107
9107
|
|
|
9108
9108
|
interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
9109
|
-
account:
|
|
9109
|
+
account: IInstagramAccountRaw | string;
|
|
9110
9110
|
dayOfWeeks: Array<string>;
|
|
9111
9111
|
listRunTimes: Array<Array<string>>;
|
|
9112
9112
|
timeExecuteForOperationFrom: number;
|
|
@@ -9130,7 +9130,7 @@ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingMod
|
|
|
9130
9130
|
}
|
|
9131
9131
|
|
|
9132
9132
|
interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
9133
|
-
account:
|
|
9133
|
+
account: IInstagramAccountRaw | string;
|
|
9134
9134
|
listRunTimes: Array<Array<string>>;
|
|
9135
9135
|
dayOfWeeks: Array<string>;
|
|
9136
9136
|
timeExecuteForOperationFrom: number;
|
|
@@ -9149,7 +9149,7 @@ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingMod
|
|
|
9149
9149
|
}
|
|
9150
9150
|
|
|
9151
9151
|
interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
|
9152
|
-
account:
|
|
9152
|
+
account: IInstagramAccountRaw | string;
|
|
9153
9153
|
dayOfWeeks: Array<string>;
|
|
9154
9154
|
listRunTimes: Array<Array<string>>;
|
|
9155
9155
|
timeExecuteForOperationFrom: number;
|
|
@@ -9179,7 +9179,7 @@ interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUse
|
|
|
9179
9179
|
}
|
|
9180
9180
|
|
|
9181
9181
|
interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
9182
|
-
account:
|
|
9182
|
+
account: IInstagramAccountRaw | string;
|
|
9183
9183
|
dayOfWeeks: Array<string>;
|
|
9184
9184
|
listRunTimes: Array<Array<string>>;
|
|
9185
9185
|
timeExecuteForOperationFrom: number;
|
|
@@ -9202,7 +9202,7 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<I
|
|
|
9202
9202
|
}
|
|
9203
9203
|
|
|
9204
9204
|
interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
9205
|
-
account:
|
|
9205
|
+
account: IInstagramAccountRaw | string;
|
|
9206
9206
|
listRunTimes: Array<{
|
|
9207
9207
|
typePost: TPost;
|
|
9208
9208
|
listTimes: Array<string>;
|
|
@@ -9217,7 +9217,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9217
9217
|
}
|
|
9218
9218
|
|
|
9219
9219
|
interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9220
|
-
account:
|
|
9220
|
+
account: IInstagramAccountRaw | string;
|
|
9221
9221
|
listUserBlock: string[];
|
|
9222
9222
|
listUserRestrict: string[];
|
|
9223
9223
|
listUserHidden: string[];
|
|
@@ -9245,7 +9245,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
9245
9245
|
}
|
|
9246
9246
|
|
|
9247
9247
|
interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9248
|
-
account:
|
|
9248
|
+
account: IInstagramAccountRaw | string;
|
|
9249
9249
|
typeView: string;
|
|
9250
9250
|
numberLike: number;
|
|
9251
9251
|
minutesExecute: number;
|
|
@@ -9277,7 +9277,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
9277
9277
|
interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9278
9278
|
sheetName: string;
|
|
9279
9279
|
sheetUrl: string;
|
|
9280
|
-
account:
|
|
9280
|
+
account: IInstagramAccountRaw | string;
|
|
9281
9281
|
listUsersFollow: Array<string>;
|
|
9282
9282
|
follower: number;
|
|
9283
9283
|
following: number;
|
|
@@ -9307,7 +9307,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
9307
9307
|
}
|
|
9308
9308
|
|
|
9309
9309
|
interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9310
|
-
account:
|
|
9310
|
+
account: IInstagramAccountRaw | string;
|
|
9311
9311
|
numberLike: number;
|
|
9312
9312
|
minutesExecute: number;
|
|
9313
9313
|
isLike: boolean;
|
|
@@ -9335,7 +9335,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
9335
9335
|
}
|
|
9336
9336
|
|
|
9337
9337
|
interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9338
|
-
account:
|
|
9338
|
+
account: IInstagramAccountRaw | string;
|
|
9339
9339
|
sheetName: string;
|
|
9340
9340
|
sheetUrl: string;
|
|
9341
9341
|
content: string;
|
|
@@ -9369,7 +9369,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
9369
9369
|
}
|
|
9370
9370
|
|
|
9371
9371
|
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9372
|
-
account:
|
|
9372
|
+
account: IInstagramAccountRaw | string;
|
|
9373
9373
|
sheetName: string;
|
|
9374
9374
|
sheetUrl: string;
|
|
9375
9375
|
receiverName: string;
|
|
@@ -9399,7 +9399,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
9399
9399
|
}
|
|
9400
9400
|
|
|
9401
9401
|
interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9402
|
-
account:
|
|
9402
|
+
account: IInstagramAccountRaw | string;
|
|
9403
9403
|
numberLike: number;
|
|
9404
9404
|
minutesExecute: number;
|
|
9405
9405
|
numberUsersSentMess: number;
|
|
@@ -9431,7 +9431,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
9431
9431
|
}
|
|
9432
9432
|
|
|
9433
9433
|
interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9434
|
-
account:
|
|
9434
|
+
account: IInstagramAccountRaw | string;
|
|
9435
9435
|
sheetName: string;
|
|
9436
9436
|
sheetUrl: string;
|
|
9437
9437
|
listUsersUnFollow: Array<string>;
|
|
@@ -9463,7 +9463,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
9463
9463
|
}
|
|
9464
9464
|
|
|
9465
9465
|
interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9466
|
-
account: string |
|
|
9466
|
+
account: string | IInstagramAccountRaw;
|
|
9467
9467
|
sheetUrl: string;
|
|
9468
9468
|
sheetName: string;
|
|
9469
9469
|
sheetPageName: string;
|
|
@@ -9495,7 +9495,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
9495
9495
|
}
|
|
9496
9496
|
|
|
9497
9497
|
interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9498
|
-
account: string |
|
|
9498
|
+
account: string | IInstagramAccountRaw;
|
|
9499
9499
|
sheetUrl: string;
|
|
9500
9500
|
sheetName: string;
|
|
9501
9501
|
sheetPageName: string;
|
|
@@ -9543,7 +9543,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
9543
9543
|
}
|
|
9544
9544
|
|
|
9545
9545
|
interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9546
|
-
account: string |
|
|
9546
|
+
account: string | IInstagramAccountRaw;
|
|
9547
9547
|
sheetUrl: string;
|
|
9548
9548
|
sheetName: string;
|
|
9549
9549
|
sheetPageName: string;
|
|
@@ -9591,7 +9591,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
9591
9591
|
}
|
|
9592
9592
|
|
|
9593
9593
|
interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9594
|
-
account: string |
|
|
9594
|
+
account: string | IInstagramAccountRaw;
|
|
9595
9595
|
sheetUrl: string;
|
|
9596
9596
|
sheetName: string;
|
|
9597
9597
|
sheetPageName: string;
|
|
@@ -9643,7 +9643,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
9643
9643
|
}
|
|
9644
9644
|
|
|
9645
9645
|
interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9646
|
-
account: string |
|
|
9646
|
+
account: string | IInstagramAccountRaw;
|
|
9647
9647
|
sheetUrl: string;
|
|
9648
9648
|
sheetName: string;
|
|
9649
9649
|
sheetPageName: string;
|
|
@@ -9686,7 +9686,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9686
9686
|
sheetUrl: string;
|
|
9687
9687
|
sheetName: string;
|
|
9688
9688
|
typeSocial: ETypeSocial;
|
|
9689
|
-
account: string |
|
|
9689
|
+
account: string | IInstagramAccountRaw;
|
|
9690
9690
|
deviceKey: string;
|
|
9691
9691
|
minuteWaiting: number;
|
|
9692
9692
|
isTimeUS: boolean;
|
|
@@ -9708,7 +9708,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9708
9708
|
sheetUrl: string;
|
|
9709
9709
|
sheetName: string;
|
|
9710
9710
|
typeSocial: ETypeSocial;
|
|
9711
|
-
account: string |
|
|
9711
|
+
account: string | IInstagramAccountRaw;
|
|
9712
9712
|
deviceKey: string;
|
|
9713
9713
|
minuteWaiting: number;
|
|
9714
9714
|
isTimeUS: boolean;
|
|
@@ -9747,7 +9747,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9747
9747
|
sheetUrl: string;
|
|
9748
9748
|
sheetName: string;
|
|
9749
9749
|
typeSocial: ETypeSocial;
|
|
9750
|
-
account: string |
|
|
9750
|
+
account: string | IInstagramAccountRaw;
|
|
9751
9751
|
deviceKey: string;
|
|
9752
9752
|
minuteWaiting: number;
|
|
9753
9753
|
isTimeUS: boolean;
|
|
@@ -9765,7 +9765,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9765
9765
|
|
|
9766
9766
|
interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
9767
9767
|
typeSocial: ETypeSocial;
|
|
9768
|
-
account: string |
|
|
9768
|
+
account: string | IInstagramAccountRaw;
|
|
9769
9769
|
deviceKey: string;
|
|
9770
9770
|
minuteWaiting: number;
|
|
9771
9771
|
isTimeUS: boolean;
|
|
@@ -9787,7 +9787,7 @@ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser
|
|
|
9787
9787
|
|
|
9788
9788
|
interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
9789
9789
|
typeSocial: ETypeSocial;
|
|
9790
|
-
account: string |
|
|
9790
|
+
account: string | IInstagramAccountRaw;
|
|
9791
9791
|
deviceKey: string;
|
|
9792
9792
|
minuteWaiting: number;
|
|
9793
9793
|
isTimeUS: boolean;
|
|
@@ -9808,7 +9808,7 @@ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9808
9808
|
|
|
9809
9809
|
interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
|
9810
9810
|
typeSocial: ETypeSocial;
|
|
9811
|
-
account: string |
|
|
9811
|
+
account: string | IInstagramAccountRaw;
|
|
9812
9812
|
deviceKey: string;
|
|
9813
9813
|
minuteWaiting: number;
|
|
9814
9814
|
isTimeUS: boolean;
|
|
@@ -9830,7 +9830,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9830
9830
|
sheetUrl: string;
|
|
9831
9831
|
sheetName: string;
|
|
9832
9832
|
typeSocial: ETypeSocial;
|
|
9833
|
-
account: string |
|
|
9833
|
+
account: string | IInstagramAccountRaw;
|
|
9834
9834
|
deviceKey: string;
|
|
9835
9835
|
minuteWaiting: number;
|
|
9836
9836
|
isTimeUS: boolean;
|
|
@@ -9879,7 +9879,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9879
9879
|
sheetUrl: string;
|
|
9880
9880
|
sheetName: string;
|
|
9881
9881
|
typeSocial: ETypeSocial;
|
|
9882
|
-
account: string |
|
|
9882
|
+
account: string | IInstagramAccountRaw;
|
|
9883
9883
|
deviceKey: string;
|
|
9884
9884
|
minuteWaiting: number;
|
|
9885
9885
|
isTimeUS: boolean;
|
|
@@ -9903,7 +9903,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9903
9903
|
interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
9904
9904
|
sheetUrl: string;
|
|
9905
9905
|
sheetName: string;
|
|
9906
|
-
account: string |
|
|
9906
|
+
account: string | IInstagramAccountRaw;
|
|
9907
9907
|
typeSocial: ETypeSocial;
|
|
9908
9908
|
deviceKey: string;
|
|
9909
9909
|
minuteWaiting: number;
|
|
@@ -10364,7 +10364,7 @@ interface IThreadsHistoryGroupELS extends IBaseELS {
|
|
|
10364
10364
|
interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
10365
10365
|
sheetName: string;
|
|
10366
10366
|
sheetUrl: string;
|
|
10367
|
-
account:
|
|
10367
|
+
account: IThreadsAccountRaw | string;
|
|
10368
10368
|
folderImageName: string;
|
|
10369
10369
|
linkDriveVideoOfCanva: string;
|
|
10370
10370
|
listLinkDriveImagesOfCanva: string[];
|
|
@@ -10388,7 +10388,7 @@ interface IThreadsHistoryAutoPostELS extends IBaseELS {
|
|
|
10388
10388
|
}
|
|
10389
10389
|
|
|
10390
10390
|
interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
10391
|
-
account:
|
|
10391
|
+
account: IThreadsAccountRaw | string;
|
|
10392
10392
|
sheetName: string;
|
|
10393
10393
|
sheetUrl: string;
|
|
10394
10394
|
url: string;
|
|
@@ -10436,7 +10436,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
10436
10436
|
}
|
|
10437
10437
|
|
|
10438
10438
|
interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
10439
|
-
account:
|
|
10439
|
+
account: IThreadsAccountRaw | string;
|
|
10440
10440
|
sheetName: string;
|
|
10441
10441
|
sheetUrl: string;
|
|
10442
10442
|
follower: number;
|
|
@@ -10468,7 +10468,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
10468
10468
|
}
|
|
10469
10469
|
|
|
10470
10470
|
interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
10471
|
-
account:
|
|
10471
|
+
account: IThreadsAccountRaw | string;
|
|
10472
10472
|
sheetName: string;
|
|
10473
10473
|
sheetUrl: string;
|
|
10474
10474
|
follower: number;
|
|
@@ -10500,7 +10500,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
10500
10500
|
}
|
|
10501
10501
|
|
|
10502
10502
|
interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
10503
|
-
account:
|
|
10503
|
+
account: IThreadsAccountRaw | string;
|
|
10504
10504
|
sheetName: string;
|
|
10505
10505
|
sheetUrl: string;
|
|
10506
10506
|
receiverName: string;
|
|
@@ -10530,7 +10530,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
10530
10530
|
}
|
|
10531
10531
|
|
|
10532
10532
|
interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
10533
|
-
account:
|
|
10533
|
+
account: IThreadsAccountRaw | string;
|
|
10534
10534
|
sheetName: string;
|
|
10535
10535
|
sheetUrl: string;
|
|
10536
10536
|
content: string;
|
|
@@ -10562,7 +10562,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
10562
10562
|
}
|
|
10563
10563
|
|
|
10564
10564
|
interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
10565
|
-
account:
|
|
10565
|
+
account: IThreadsAccountRaw | string;
|
|
10566
10566
|
listRunTimes: Array<{
|
|
10567
10567
|
typePost: TPost;
|
|
10568
10568
|
listTimes: Array<string>;
|
|
@@ -10573,10 +10573,11 @@ interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10573
10573
|
delayTimeCommentFrom: number;
|
|
10574
10574
|
delayTimeCommentTo: number;
|
|
10575
10575
|
isTimeUs: boolean;
|
|
10576
|
+
status: EStatusActive;
|
|
10576
10577
|
}
|
|
10577
10578
|
|
|
10578
10579
|
interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
10579
|
-
account:
|
|
10580
|
+
account: IThreadsAccountRaw | string;
|
|
10580
10581
|
listRunTimes: Array<Array<string>>;
|
|
10581
10582
|
dayOfWeeks: Array<string>;
|
|
10582
10583
|
timeExecuteForOperationFrom: number;
|
|
@@ -10612,10 +10613,11 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser
|
|
|
10612
10613
|
isSkipFollowWhenUnFollowed: boolean;
|
|
10613
10614
|
isSkipFollowContainLinks: boolean;
|
|
10614
10615
|
isSkipBioNoneEnglish: boolean;
|
|
10616
|
+
status: EStatusActive;
|
|
10615
10617
|
}
|
|
10616
10618
|
|
|
10617
10619
|
interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
10618
|
-
account:
|
|
10620
|
+
account: IThreadsAccountRaw | string;
|
|
10619
10621
|
dayOfWeeks: Array<string>;
|
|
10620
10622
|
listRunTimes: Array<Array<string>>;
|
|
10621
10623
|
timeExecuteForOperationFrom: number;
|
|
@@ -10634,10 +10636,11 @@ interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUs
|
|
|
10634
10636
|
timeDelayInteractPerOperatorTo: number;
|
|
10635
10637
|
isTimeUs: boolean;
|
|
10636
10638
|
isInteractBeforeUnFollow: boolean;
|
|
10639
|
+
status: EStatusActive;
|
|
10637
10640
|
}
|
|
10638
10641
|
|
|
10639
10642
|
interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
10640
|
-
account:
|
|
10643
|
+
account: IThreadsAccountRaw | string;
|
|
10641
10644
|
dayOfWeeks: Array<string>;
|
|
10642
10645
|
listRunTimes: Array<Array<string>>;
|
|
10643
10646
|
timeExecuteForOperationFrom: number;
|
|
@@ -10657,10 +10660,11 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
|
|
|
10657
10660
|
isTimeUs: boolean;
|
|
10658
10661
|
isLikeCommentsPostOfMe: boolean;
|
|
10659
10662
|
isReplyCommentsPostOfMe: boolean;
|
|
10663
|
+
status: EStatusActive;
|
|
10660
10664
|
}
|
|
10661
10665
|
|
|
10662
10666
|
interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
10663
|
-
account:
|
|
10667
|
+
account: IThreadsAccountRaw | string;
|
|
10664
10668
|
listRunTimes: Array<Array<string>>;
|
|
10665
10669
|
dayOfWeeks: Array<string>;
|
|
10666
10670
|
timeExecuteForOperationFrom: number;
|
|
@@ -10675,13 +10679,14 @@ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel
|
|
|
10675
10679
|
isSkipReplyIfHaveReplied: boolean;
|
|
10676
10680
|
isSkipReplyIsLink: boolean;
|
|
10677
10681
|
isSkipReplyIfOnlyIcons: boolean;
|
|
10682
|
+
status: EStatusActive;
|
|
10678
10683
|
}
|
|
10679
10684
|
|
|
10680
10685
|
interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
10681
10686
|
sheetUrl: string;
|
|
10682
10687
|
sheetName: string;
|
|
10683
10688
|
typeSocial: ETypeSocial;
|
|
10684
|
-
account: string |
|
|
10689
|
+
account: string | IThreadsAccountRaw;
|
|
10685
10690
|
deviceKey: string;
|
|
10686
10691
|
minuteWaiting: number;
|
|
10687
10692
|
isTimeUS: boolean;
|
|
@@ -10705,7 +10710,7 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10705
10710
|
}
|
|
10706
10711
|
|
|
10707
10712
|
interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
10708
|
-
account: string |
|
|
10713
|
+
account: string | IThreadsAccountRaw;
|
|
10709
10714
|
sheetUrl: string;
|
|
10710
10715
|
sheetName: string;
|
|
10711
10716
|
typeSocial: ETypeSocial;
|
|
@@ -10728,7 +10733,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10728
10733
|
sheetUrl: string;
|
|
10729
10734
|
sheetName: string;
|
|
10730
10735
|
typeSocial: ETypeSocial;
|
|
10731
|
-
account: string |
|
|
10736
|
+
account: string | IThreadsAccountRaw;
|
|
10732
10737
|
deviceKey: string;
|
|
10733
10738
|
minuteWaiting: number;
|
|
10734
10739
|
isTimeUS: boolean;
|
|
@@ -10753,7 +10758,7 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10753
10758
|
sheetUrl: string;
|
|
10754
10759
|
sheetName: string;
|
|
10755
10760
|
typeSocial: ETypeSocial;
|
|
10756
|
-
account: string |
|
|
10761
|
+
account: string | IThreadsAccountRaw;
|
|
10757
10762
|
deviceKey: string;
|
|
10758
10763
|
minuteWaiting: number;
|
|
10759
10764
|
isTimeUS: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -3154,7 +3154,7 @@ interface AutoFillThreadsAccountRawDto {
|
|
|
3154
3154
|
timeExecuteCover: Date;
|
|
3155
3155
|
}
|
|
3156
3156
|
|
|
3157
|
-
interface FindThreadsAccountRunDto extends IFindBaseDto
|
|
3157
|
+
interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
3158
3158
|
idea: string | IManagerWork;
|
|
3159
3159
|
niche: string | IManagerWork;
|
|
3160
3160
|
type: ETypeManagerWorkClassify;
|
|
@@ -4984,7 +4984,7 @@ interface AutoFillAssignedMemberInstagramAccountRawDto {
|
|
|
4984
4984
|
member: string;
|
|
4985
4985
|
}
|
|
4986
4986
|
|
|
4987
|
-
interface FindInstagramAccountRunDto extends IFindBaseDto
|
|
4987
|
+
interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
4988
4988
|
idea: string | IManagerWork;
|
|
4989
4989
|
niche: string | IManagerWork;
|
|
4990
4990
|
type: ETypeManagerWorkClassify;
|
|
@@ -8968,7 +8968,7 @@ declare namespace index$6 {
|
|
|
8968
8968
|
interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
8969
8969
|
sheetName: string;
|
|
8970
8970
|
sheetUrl: string;
|
|
8971
|
-
account:
|
|
8971
|
+
account: IInstagramAccountRaw | string;
|
|
8972
8972
|
currentFollower: number;
|
|
8973
8973
|
currentFollowing: number;
|
|
8974
8974
|
status: EStatusTaskScript;
|
|
@@ -8979,7 +8979,7 @@ interface IInstagramHistoryFollowELS extends IBaseELS {
|
|
|
8979
8979
|
interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
8980
8980
|
sheetName: string;
|
|
8981
8981
|
sheetUrl: string;
|
|
8982
|
-
account:
|
|
8982
|
+
account: IInstagramAccountRaw | string;
|
|
8983
8983
|
folderImageName: string;
|
|
8984
8984
|
linkDriveVideoOfCanva: string;
|
|
8985
8985
|
listLinkDriveImagesOfCanva: string[];
|
|
@@ -9005,7 +9005,7 @@ interface IInstagramHistoryAutoPostELS extends IBaseELS {
|
|
|
9005
9005
|
interface IInstagramHistoryBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
9006
9006
|
sheetName: string;
|
|
9007
9007
|
sheetUrl: string;
|
|
9008
|
-
account:
|
|
9008
|
+
account: IInstagramAccountRaw | string;
|
|
9009
9009
|
userBlock: string;
|
|
9010
9010
|
userRestrict: string;
|
|
9011
9011
|
userHidden: string;
|
|
@@ -9017,7 +9017,7 @@ interface IInstagramHistoryBlockUserELS extends IBaseELS {
|
|
|
9017
9017
|
}
|
|
9018
9018
|
|
|
9019
9019
|
interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
9020
|
-
account:
|
|
9020
|
+
account: IInstagramAccountRaw | string;
|
|
9021
9021
|
listRunTimes: Array<string>;
|
|
9022
9022
|
dayOfWeeks: Array<string>;
|
|
9023
9023
|
isTimeUs: boolean;
|
|
@@ -9025,7 +9025,7 @@ interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<
|
|
|
9025
9025
|
}
|
|
9026
9026
|
|
|
9027
9027
|
interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
9028
|
-
account:
|
|
9028
|
+
account: IInstagramAccountRaw | string;
|
|
9029
9029
|
dayOfWeeks: Array<string>;
|
|
9030
9030
|
listRunTimes: Array<Array<string>>;
|
|
9031
9031
|
maxViewPerDay: number;
|
|
@@ -9046,7 +9046,7 @@ interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IU
|
|
|
9046
9046
|
}
|
|
9047
9047
|
|
|
9048
9048
|
interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
9049
|
-
account:
|
|
9049
|
+
account: IInstagramAccountRaw | string;
|
|
9050
9050
|
listRunTimes: Array<Array<string>>;
|
|
9051
9051
|
dayOfWeeks: Array<string>;
|
|
9052
9052
|
timeExecuteForOperationFrom: number;
|
|
@@ -9086,7 +9086,7 @@ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUs
|
|
|
9086
9086
|
}
|
|
9087
9087
|
|
|
9088
9088
|
interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
9089
|
-
account:
|
|
9089
|
+
account: IInstagramAccountRaw | string;
|
|
9090
9090
|
dayOfWeeks: Array<string>;
|
|
9091
9091
|
listRunTimes: Array<Array<string>>;
|
|
9092
9092
|
limitViewPerDayFrom: number;
|
|
@@ -9106,7 +9106,7 @@ interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser
|
|
|
9106
9106
|
}
|
|
9107
9107
|
|
|
9108
9108
|
interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
9109
|
-
account:
|
|
9109
|
+
account: IInstagramAccountRaw | string;
|
|
9110
9110
|
dayOfWeeks: Array<string>;
|
|
9111
9111
|
listRunTimes: Array<Array<string>>;
|
|
9112
9112
|
timeExecuteForOperationFrom: number;
|
|
@@ -9130,7 +9130,7 @@ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingMod
|
|
|
9130
9130
|
}
|
|
9131
9131
|
|
|
9132
9132
|
interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
9133
|
-
account:
|
|
9133
|
+
account: IInstagramAccountRaw | string;
|
|
9134
9134
|
listRunTimes: Array<Array<string>>;
|
|
9135
9135
|
dayOfWeeks: Array<string>;
|
|
9136
9136
|
timeExecuteForOperationFrom: number;
|
|
@@ -9149,7 +9149,7 @@ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingMod
|
|
|
9149
9149
|
}
|
|
9150
9150
|
|
|
9151
9151
|
interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
|
9152
|
-
account:
|
|
9152
|
+
account: IInstagramAccountRaw | string;
|
|
9153
9153
|
dayOfWeeks: Array<string>;
|
|
9154
9154
|
listRunTimes: Array<Array<string>>;
|
|
9155
9155
|
timeExecuteForOperationFrom: number;
|
|
@@ -9179,7 +9179,7 @@ interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUse
|
|
|
9179
9179
|
}
|
|
9180
9180
|
|
|
9181
9181
|
interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
9182
|
-
account:
|
|
9182
|
+
account: IInstagramAccountRaw | string;
|
|
9183
9183
|
dayOfWeeks: Array<string>;
|
|
9184
9184
|
listRunTimes: Array<Array<string>>;
|
|
9185
9185
|
timeExecuteForOperationFrom: number;
|
|
@@ -9202,7 +9202,7 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<I
|
|
|
9202
9202
|
}
|
|
9203
9203
|
|
|
9204
9204
|
interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
9205
|
-
account:
|
|
9205
|
+
account: IInstagramAccountRaw | string;
|
|
9206
9206
|
listRunTimes: Array<{
|
|
9207
9207
|
typePost: TPost;
|
|
9208
9208
|
listTimes: Array<string>;
|
|
@@ -9217,7 +9217,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9217
9217
|
}
|
|
9218
9218
|
|
|
9219
9219
|
interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9220
|
-
account:
|
|
9220
|
+
account: IInstagramAccountRaw | string;
|
|
9221
9221
|
listUserBlock: string[];
|
|
9222
9222
|
listUserRestrict: string[];
|
|
9223
9223
|
listUserHidden: string[];
|
|
@@ -9245,7 +9245,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
9245
9245
|
}
|
|
9246
9246
|
|
|
9247
9247
|
interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9248
|
-
account:
|
|
9248
|
+
account: IInstagramAccountRaw | string;
|
|
9249
9249
|
typeView: string;
|
|
9250
9250
|
numberLike: number;
|
|
9251
9251
|
minutesExecute: number;
|
|
@@ -9277,7 +9277,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
9277
9277
|
interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9278
9278
|
sheetName: string;
|
|
9279
9279
|
sheetUrl: string;
|
|
9280
|
-
account:
|
|
9280
|
+
account: IInstagramAccountRaw | string;
|
|
9281
9281
|
listUsersFollow: Array<string>;
|
|
9282
9282
|
follower: number;
|
|
9283
9283
|
following: number;
|
|
@@ -9307,7 +9307,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
9307
9307
|
}
|
|
9308
9308
|
|
|
9309
9309
|
interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9310
|
-
account:
|
|
9310
|
+
account: IInstagramAccountRaw | string;
|
|
9311
9311
|
numberLike: number;
|
|
9312
9312
|
minutesExecute: number;
|
|
9313
9313
|
isLike: boolean;
|
|
@@ -9335,7 +9335,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
9335
9335
|
}
|
|
9336
9336
|
|
|
9337
9337
|
interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9338
|
-
account:
|
|
9338
|
+
account: IInstagramAccountRaw | string;
|
|
9339
9339
|
sheetName: string;
|
|
9340
9340
|
sheetUrl: string;
|
|
9341
9341
|
content: string;
|
|
@@ -9369,7 +9369,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
9369
9369
|
}
|
|
9370
9370
|
|
|
9371
9371
|
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9372
|
-
account:
|
|
9372
|
+
account: IInstagramAccountRaw | string;
|
|
9373
9373
|
sheetName: string;
|
|
9374
9374
|
sheetUrl: string;
|
|
9375
9375
|
receiverName: string;
|
|
@@ -9399,7 +9399,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
9399
9399
|
}
|
|
9400
9400
|
|
|
9401
9401
|
interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9402
|
-
account:
|
|
9402
|
+
account: IInstagramAccountRaw | string;
|
|
9403
9403
|
numberLike: number;
|
|
9404
9404
|
minutesExecute: number;
|
|
9405
9405
|
numberUsersSentMess: number;
|
|
@@ -9431,7 +9431,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
9431
9431
|
}
|
|
9432
9432
|
|
|
9433
9433
|
interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9434
|
-
account:
|
|
9434
|
+
account: IInstagramAccountRaw | string;
|
|
9435
9435
|
sheetName: string;
|
|
9436
9436
|
sheetUrl: string;
|
|
9437
9437
|
listUsersUnFollow: Array<string>;
|
|
@@ -9463,7 +9463,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
9463
9463
|
}
|
|
9464
9464
|
|
|
9465
9465
|
interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9466
|
-
account: string |
|
|
9466
|
+
account: string | IInstagramAccountRaw;
|
|
9467
9467
|
sheetUrl: string;
|
|
9468
9468
|
sheetName: string;
|
|
9469
9469
|
sheetPageName: string;
|
|
@@ -9495,7 +9495,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
9495
9495
|
}
|
|
9496
9496
|
|
|
9497
9497
|
interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9498
|
-
account: string |
|
|
9498
|
+
account: string | IInstagramAccountRaw;
|
|
9499
9499
|
sheetUrl: string;
|
|
9500
9500
|
sheetName: string;
|
|
9501
9501
|
sheetPageName: string;
|
|
@@ -9543,7 +9543,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
9543
9543
|
}
|
|
9544
9544
|
|
|
9545
9545
|
interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9546
|
-
account: string |
|
|
9546
|
+
account: string | IInstagramAccountRaw;
|
|
9547
9547
|
sheetUrl: string;
|
|
9548
9548
|
sheetName: string;
|
|
9549
9549
|
sheetPageName: string;
|
|
@@ -9591,7 +9591,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
9591
9591
|
}
|
|
9592
9592
|
|
|
9593
9593
|
interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9594
|
-
account: string |
|
|
9594
|
+
account: string | IInstagramAccountRaw;
|
|
9595
9595
|
sheetUrl: string;
|
|
9596
9596
|
sheetName: string;
|
|
9597
9597
|
sheetPageName: string;
|
|
@@ -9643,7 +9643,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
9643
9643
|
}
|
|
9644
9644
|
|
|
9645
9645
|
interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9646
|
-
account: string |
|
|
9646
|
+
account: string | IInstagramAccountRaw;
|
|
9647
9647
|
sheetUrl: string;
|
|
9648
9648
|
sheetName: string;
|
|
9649
9649
|
sheetPageName: string;
|
|
@@ -9686,7 +9686,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9686
9686
|
sheetUrl: string;
|
|
9687
9687
|
sheetName: string;
|
|
9688
9688
|
typeSocial: ETypeSocial;
|
|
9689
|
-
account: string |
|
|
9689
|
+
account: string | IInstagramAccountRaw;
|
|
9690
9690
|
deviceKey: string;
|
|
9691
9691
|
minuteWaiting: number;
|
|
9692
9692
|
isTimeUS: boolean;
|
|
@@ -9708,7 +9708,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9708
9708
|
sheetUrl: string;
|
|
9709
9709
|
sheetName: string;
|
|
9710
9710
|
typeSocial: ETypeSocial;
|
|
9711
|
-
account: string |
|
|
9711
|
+
account: string | IInstagramAccountRaw;
|
|
9712
9712
|
deviceKey: string;
|
|
9713
9713
|
minuteWaiting: number;
|
|
9714
9714
|
isTimeUS: boolean;
|
|
@@ -9747,7 +9747,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9747
9747
|
sheetUrl: string;
|
|
9748
9748
|
sheetName: string;
|
|
9749
9749
|
typeSocial: ETypeSocial;
|
|
9750
|
-
account: string |
|
|
9750
|
+
account: string | IInstagramAccountRaw;
|
|
9751
9751
|
deviceKey: string;
|
|
9752
9752
|
minuteWaiting: number;
|
|
9753
9753
|
isTimeUS: boolean;
|
|
@@ -9765,7 +9765,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9765
9765
|
|
|
9766
9766
|
interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
9767
9767
|
typeSocial: ETypeSocial;
|
|
9768
|
-
account: string |
|
|
9768
|
+
account: string | IInstagramAccountRaw;
|
|
9769
9769
|
deviceKey: string;
|
|
9770
9770
|
minuteWaiting: number;
|
|
9771
9771
|
isTimeUS: boolean;
|
|
@@ -9787,7 +9787,7 @@ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser
|
|
|
9787
9787
|
|
|
9788
9788
|
interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
9789
9789
|
typeSocial: ETypeSocial;
|
|
9790
|
-
account: string |
|
|
9790
|
+
account: string | IInstagramAccountRaw;
|
|
9791
9791
|
deviceKey: string;
|
|
9792
9792
|
minuteWaiting: number;
|
|
9793
9793
|
isTimeUS: boolean;
|
|
@@ -9808,7 +9808,7 @@ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9808
9808
|
|
|
9809
9809
|
interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
|
9810
9810
|
typeSocial: ETypeSocial;
|
|
9811
|
-
account: string |
|
|
9811
|
+
account: string | IInstagramAccountRaw;
|
|
9812
9812
|
deviceKey: string;
|
|
9813
9813
|
minuteWaiting: number;
|
|
9814
9814
|
isTimeUS: boolean;
|
|
@@ -9830,7 +9830,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9830
9830
|
sheetUrl: string;
|
|
9831
9831
|
sheetName: string;
|
|
9832
9832
|
typeSocial: ETypeSocial;
|
|
9833
|
-
account: string |
|
|
9833
|
+
account: string | IInstagramAccountRaw;
|
|
9834
9834
|
deviceKey: string;
|
|
9835
9835
|
minuteWaiting: number;
|
|
9836
9836
|
isTimeUS: boolean;
|
|
@@ -9879,7 +9879,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9879
9879
|
sheetUrl: string;
|
|
9880
9880
|
sheetName: string;
|
|
9881
9881
|
typeSocial: ETypeSocial;
|
|
9882
|
-
account: string |
|
|
9882
|
+
account: string | IInstagramAccountRaw;
|
|
9883
9883
|
deviceKey: string;
|
|
9884
9884
|
minuteWaiting: number;
|
|
9885
9885
|
isTimeUS: boolean;
|
|
@@ -9903,7 +9903,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9903
9903
|
interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
9904
9904
|
sheetUrl: string;
|
|
9905
9905
|
sheetName: string;
|
|
9906
|
-
account: string |
|
|
9906
|
+
account: string | IInstagramAccountRaw;
|
|
9907
9907
|
typeSocial: ETypeSocial;
|
|
9908
9908
|
deviceKey: string;
|
|
9909
9909
|
minuteWaiting: number;
|
|
@@ -10364,7 +10364,7 @@ interface IThreadsHistoryGroupELS extends IBaseELS {
|
|
|
10364
10364
|
interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
10365
10365
|
sheetName: string;
|
|
10366
10366
|
sheetUrl: string;
|
|
10367
|
-
account:
|
|
10367
|
+
account: IThreadsAccountRaw | string;
|
|
10368
10368
|
folderImageName: string;
|
|
10369
10369
|
linkDriveVideoOfCanva: string;
|
|
10370
10370
|
listLinkDriveImagesOfCanva: string[];
|
|
@@ -10388,7 +10388,7 @@ interface IThreadsHistoryAutoPostELS extends IBaseELS {
|
|
|
10388
10388
|
}
|
|
10389
10389
|
|
|
10390
10390
|
interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
10391
|
-
account:
|
|
10391
|
+
account: IThreadsAccountRaw | string;
|
|
10392
10392
|
sheetName: string;
|
|
10393
10393
|
sheetUrl: string;
|
|
10394
10394
|
url: string;
|
|
@@ -10436,7 +10436,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
10436
10436
|
}
|
|
10437
10437
|
|
|
10438
10438
|
interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
10439
|
-
account:
|
|
10439
|
+
account: IThreadsAccountRaw | string;
|
|
10440
10440
|
sheetName: string;
|
|
10441
10441
|
sheetUrl: string;
|
|
10442
10442
|
follower: number;
|
|
@@ -10468,7 +10468,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
10468
10468
|
}
|
|
10469
10469
|
|
|
10470
10470
|
interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
10471
|
-
account:
|
|
10471
|
+
account: IThreadsAccountRaw | string;
|
|
10472
10472
|
sheetName: string;
|
|
10473
10473
|
sheetUrl: string;
|
|
10474
10474
|
follower: number;
|
|
@@ -10500,7 +10500,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
10500
10500
|
}
|
|
10501
10501
|
|
|
10502
10502
|
interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
10503
|
-
account:
|
|
10503
|
+
account: IThreadsAccountRaw | string;
|
|
10504
10504
|
sheetName: string;
|
|
10505
10505
|
sheetUrl: string;
|
|
10506
10506
|
receiverName: string;
|
|
@@ -10530,7 +10530,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
10530
10530
|
}
|
|
10531
10531
|
|
|
10532
10532
|
interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
10533
|
-
account:
|
|
10533
|
+
account: IThreadsAccountRaw | string;
|
|
10534
10534
|
sheetName: string;
|
|
10535
10535
|
sheetUrl: string;
|
|
10536
10536
|
content: string;
|
|
@@ -10562,7 +10562,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
10562
10562
|
}
|
|
10563
10563
|
|
|
10564
10564
|
interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
10565
|
-
account:
|
|
10565
|
+
account: IThreadsAccountRaw | string;
|
|
10566
10566
|
listRunTimes: Array<{
|
|
10567
10567
|
typePost: TPost;
|
|
10568
10568
|
listTimes: Array<string>;
|
|
@@ -10573,10 +10573,11 @@ interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10573
10573
|
delayTimeCommentFrom: number;
|
|
10574
10574
|
delayTimeCommentTo: number;
|
|
10575
10575
|
isTimeUs: boolean;
|
|
10576
|
+
status: EStatusActive;
|
|
10576
10577
|
}
|
|
10577
10578
|
|
|
10578
10579
|
interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
10579
|
-
account:
|
|
10580
|
+
account: IThreadsAccountRaw | string;
|
|
10580
10581
|
listRunTimes: Array<Array<string>>;
|
|
10581
10582
|
dayOfWeeks: Array<string>;
|
|
10582
10583
|
timeExecuteForOperationFrom: number;
|
|
@@ -10612,10 +10613,11 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser
|
|
|
10612
10613
|
isSkipFollowWhenUnFollowed: boolean;
|
|
10613
10614
|
isSkipFollowContainLinks: boolean;
|
|
10614
10615
|
isSkipBioNoneEnglish: boolean;
|
|
10616
|
+
status: EStatusActive;
|
|
10615
10617
|
}
|
|
10616
10618
|
|
|
10617
10619
|
interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
10618
|
-
account:
|
|
10620
|
+
account: IThreadsAccountRaw | string;
|
|
10619
10621
|
dayOfWeeks: Array<string>;
|
|
10620
10622
|
listRunTimes: Array<Array<string>>;
|
|
10621
10623
|
timeExecuteForOperationFrom: number;
|
|
@@ -10634,10 +10636,11 @@ interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUs
|
|
|
10634
10636
|
timeDelayInteractPerOperatorTo: number;
|
|
10635
10637
|
isTimeUs: boolean;
|
|
10636
10638
|
isInteractBeforeUnFollow: boolean;
|
|
10639
|
+
status: EStatusActive;
|
|
10637
10640
|
}
|
|
10638
10641
|
|
|
10639
10642
|
interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
10640
|
-
account:
|
|
10643
|
+
account: IThreadsAccountRaw | string;
|
|
10641
10644
|
dayOfWeeks: Array<string>;
|
|
10642
10645
|
listRunTimes: Array<Array<string>>;
|
|
10643
10646
|
timeExecuteForOperationFrom: number;
|
|
@@ -10657,10 +10660,11 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
|
|
|
10657
10660
|
isTimeUs: boolean;
|
|
10658
10661
|
isLikeCommentsPostOfMe: boolean;
|
|
10659
10662
|
isReplyCommentsPostOfMe: boolean;
|
|
10663
|
+
status: EStatusActive;
|
|
10660
10664
|
}
|
|
10661
10665
|
|
|
10662
10666
|
interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
10663
|
-
account:
|
|
10667
|
+
account: IThreadsAccountRaw | string;
|
|
10664
10668
|
listRunTimes: Array<Array<string>>;
|
|
10665
10669
|
dayOfWeeks: Array<string>;
|
|
10666
10670
|
timeExecuteForOperationFrom: number;
|
|
@@ -10675,13 +10679,14 @@ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel
|
|
|
10675
10679
|
isSkipReplyIfHaveReplied: boolean;
|
|
10676
10680
|
isSkipReplyIsLink: boolean;
|
|
10677
10681
|
isSkipReplyIfOnlyIcons: boolean;
|
|
10682
|
+
status: EStatusActive;
|
|
10678
10683
|
}
|
|
10679
10684
|
|
|
10680
10685
|
interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
10681
10686
|
sheetUrl: string;
|
|
10682
10687
|
sheetName: string;
|
|
10683
10688
|
typeSocial: ETypeSocial;
|
|
10684
|
-
account: string |
|
|
10689
|
+
account: string | IThreadsAccountRaw;
|
|
10685
10690
|
deviceKey: string;
|
|
10686
10691
|
minuteWaiting: number;
|
|
10687
10692
|
isTimeUS: boolean;
|
|
@@ -10705,7 +10710,7 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10705
10710
|
}
|
|
10706
10711
|
|
|
10707
10712
|
interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
10708
|
-
account: string |
|
|
10713
|
+
account: string | IThreadsAccountRaw;
|
|
10709
10714
|
sheetUrl: string;
|
|
10710
10715
|
sheetName: string;
|
|
10711
10716
|
typeSocial: ETypeSocial;
|
|
@@ -10728,7 +10733,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10728
10733
|
sheetUrl: string;
|
|
10729
10734
|
sheetName: string;
|
|
10730
10735
|
typeSocial: ETypeSocial;
|
|
10731
|
-
account: string |
|
|
10736
|
+
account: string | IThreadsAccountRaw;
|
|
10732
10737
|
deviceKey: string;
|
|
10733
10738
|
minuteWaiting: number;
|
|
10734
10739
|
isTimeUS: boolean;
|
|
@@ -10753,7 +10758,7 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10753
10758
|
sheetUrl: string;
|
|
10754
10759
|
sheetName: string;
|
|
10755
10760
|
typeSocial: ETypeSocial;
|
|
10756
|
-
account: string |
|
|
10761
|
+
account: string | IThreadsAccountRaw;
|
|
10757
10762
|
deviceKey: string;
|
|
10758
10763
|
minuteWaiting: number;
|
|
10759
10764
|
isTimeUS: boolean;
|