automation-lib 5.1.137 → 5.1.138
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +33 -33
- package/dist/index.d.ts +33 -33
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -3137,7 +3137,7 @@ interface INiche extends IBaseModel, ITrackingModel<IUser> {
|
|
3137
3137
|
interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
3138
3138
|
sheetName: string;
|
3139
3139
|
sheetURL: string;
|
3140
|
-
account:
|
3140
|
+
account: IThreadsAccountRaw | string;
|
3141
3141
|
folderImageName: string;
|
3142
3142
|
linkDriveVideoOfCanva: string;
|
3143
3143
|
listLinkDriveImagesOfCanva: string[];
|
@@ -3159,7 +3159,7 @@ interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
3159
3159
|
}
|
3160
3160
|
|
3161
3161
|
interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
3162
|
-
account:
|
3162
|
+
account: IThreadsAccountRaw | string;
|
3163
3163
|
url: string;
|
3164
3164
|
photosUrl: string[];
|
3165
3165
|
videosUrl: string[];
|
@@ -3178,7 +3178,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
3178
3178
|
}
|
3179
3179
|
|
3180
3180
|
interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
3181
|
-
account:
|
3181
|
+
account: IThreadsAccountRaw | string;
|
3182
3182
|
follower: number;
|
3183
3183
|
following: number;
|
3184
3184
|
status: EStatusTaskScript;
|
@@ -3188,7 +3188,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
3188
3188
|
}
|
3189
3189
|
|
3190
3190
|
interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3191
|
-
account:
|
3191
|
+
account: IThreadsAccountRaw | string;
|
3192
3192
|
status: EStatusTaskScript;
|
3193
3193
|
statusDetail: string;
|
3194
3194
|
receiverName: string;
|
@@ -3196,7 +3196,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
|
|
3196
3196
|
}
|
3197
3197
|
|
3198
3198
|
interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
3199
|
-
account:
|
3199
|
+
account: IThreadsAccountRaw | string;
|
3200
3200
|
content: string;
|
3201
3201
|
linkPost: string;
|
3202
3202
|
userLink: string;
|
@@ -3207,7 +3207,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
3207
3207
|
}
|
3208
3208
|
|
3209
3209
|
interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
3210
|
-
account:
|
3210
|
+
account: IThreadsAccountRaw | string;
|
3211
3211
|
listRunTimes: Array<{
|
3212
3212
|
typePost: TPost;
|
3213
3213
|
listTimes: Array<string>;
|
@@ -3221,7 +3221,7 @@ interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
3221
3221
|
}
|
3222
3222
|
|
3223
3223
|
interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
3224
|
-
account:
|
3224
|
+
account: IThreadsAccountRaw | string;
|
3225
3225
|
listRunTimes: Array<Array<string>>;
|
3226
3226
|
dayOfWeeks: Array<string>;
|
3227
3227
|
timeExecuteForOperationFrom: number;
|
@@ -3260,7 +3260,7 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser
|
|
3260
3260
|
}
|
3261
3261
|
|
3262
3262
|
interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
3263
|
-
account:
|
3263
|
+
account: IThreadsAccountRaw | string;
|
3264
3264
|
dayOfWeeks: Array<string>;
|
3265
3265
|
listRunTimes: Array<Array<string>>;
|
3266
3266
|
timeExecuteForOperationFrom: number;
|
@@ -3282,7 +3282,7 @@ interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUs
|
|
3282
3282
|
}
|
3283
3283
|
|
3284
3284
|
interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
3285
|
-
account:
|
3285
|
+
account: IThreadsAccountRaw | string;
|
3286
3286
|
dayOfWeeks: Array<string>;
|
3287
3287
|
listRunTimes: Array<Array<string>>;
|
3288
3288
|
timeExecuteForOperationFrom: number;
|
@@ -3305,7 +3305,7 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
|
|
3305
3305
|
}
|
3306
3306
|
|
3307
3307
|
interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
3308
|
-
account:
|
3308
|
+
account: IThreadsAccountRaw | string;
|
3309
3309
|
listRunTimes: Array<Array<string>>;
|
3310
3310
|
dayOfWeeks: Array<string>;
|
3311
3311
|
timeExecuteForOperationFrom: number;
|
@@ -3325,7 +3325,7 @@ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel
|
|
3325
3325
|
interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
3326
3326
|
sheetName: string;
|
3327
3327
|
sheetURL: string;
|
3328
|
-
account:
|
3328
|
+
account: IInstagramAccountRaw | string;
|
3329
3329
|
folderImageName: string;
|
3330
3330
|
linkDriveVideoOfCanva: string;
|
3331
3331
|
listLinkDriveImagesOfCanva: string[];
|
@@ -3349,21 +3349,21 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
3349
3349
|
interface IInstagramHistoryBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
3350
3350
|
sheetName: string;
|
3351
3351
|
sheetURL: string;
|
3352
|
-
account:
|
3352
|
+
account: IInstagramAccountRaw | string;
|
3353
3353
|
userBlock: string;
|
3354
3354
|
userRestrict: string;
|
3355
3355
|
userHidden: string;
|
3356
3356
|
}
|
3357
3357
|
|
3358
3358
|
interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
3359
|
-
account:
|
3359
|
+
account: IInstagramAccountRaw | string;
|
3360
3360
|
listRunTimes: Array<string>;
|
3361
3361
|
dayOfWeeks: Array<string>;
|
3362
3362
|
isTimeUs: boolean;
|
3363
3363
|
}
|
3364
3364
|
|
3365
3365
|
interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
3366
|
-
account:
|
3366
|
+
account: IInstagramAccountRaw | string;
|
3367
3367
|
dayOfWeeks: Array<string>;
|
3368
3368
|
listRunTimes: Array<Array<string>>;
|
3369
3369
|
maxViewPerDay: number;
|
@@ -3383,7 +3383,7 @@ interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IU
|
|
3383
3383
|
}
|
3384
3384
|
|
3385
3385
|
interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
3386
|
-
account:
|
3386
|
+
account: IInstagramAccountRaw | string;
|
3387
3387
|
listRunTimes: Array<Array<string>>;
|
3388
3388
|
dayOfWeeks: Array<string>;
|
3389
3389
|
timeExecuteForOperationFrom: number;
|
@@ -3422,7 +3422,7 @@ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUs
|
|
3422
3422
|
}
|
3423
3423
|
|
3424
3424
|
interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
3425
|
-
account:
|
3425
|
+
account: IInstagramAccountRaw | string;
|
3426
3426
|
dayOfWeeks: Array<string>;
|
3427
3427
|
listRunTimes: Array<Array<string>>;
|
3428
3428
|
limitViewPerDayFrom: number;
|
@@ -3441,7 +3441,7 @@ interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser
|
|
3441
3441
|
}
|
3442
3442
|
|
3443
3443
|
interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
3444
|
-
account:
|
3444
|
+
account: IInstagramAccountRaw | string;
|
3445
3445
|
dayOfWeeks: Array<string>;
|
3446
3446
|
listRunTimes: Array<Array<string>>;
|
3447
3447
|
timeExecuteForOperationFrom: number;
|
@@ -3464,7 +3464,7 @@ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingMod
|
|
3464
3464
|
}
|
3465
3465
|
|
3466
3466
|
interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
3467
|
-
account:
|
3467
|
+
account: IInstagramAccountRaw | string;
|
3468
3468
|
listRunTimes: Array<Array<string>>;
|
3469
3469
|
dayOfWeeks: Array<string>;
|
3470
3470
|
timeExecuteForOperationFrom: number;
|
@@ -3482,7 +3482,7 @@ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingMod
|
|
3482
3482
|
}
|
3483
3483
|
|
3484
3484
|
interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
3485
|
-
account:
|
3485
|
+
account: IInstagramAccountRaw | string;
|
3486
3486
|
dayOfWeeks: Array<string>;
|
3487
3487
|
listRunTimes: Array<Array<string>>;
|
3488
3488
|
timeExecuteForOperationFrom: number;
|
@@ -3511,7 +3511,7 @@ interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUse
|
|
3511
3511
|
}
|
3512
3512
|
|
3513
3513
|
interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
3514
|
-
account:
|
3514
|
+
account: IInstagramAccountRaw | string;
|
3515
3515
|
dayOfWeeks: Array<string>;
|
3516
3516
|
listRunTimes: Array<Array<string>>;
|
3517
3517
|
timeExecuteForOperationFrom: number;
|
@@ -3533,7 +3533,7 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<I
|
|
3533
3533
|
}
|
3534
3534
|
|
3535
3535
|
interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
3536
|
-
account:
|
3536
|
+
account: IInstagramAccountRaw | string;
|
3537
3537
|
listRunTimes: Array<{
|
3538
3538
|
typePost: TPost;
|
3539
3539
|
listTimes: Array<string>;
|
@@ -3547,7 +3547,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
3547
3547
|
}
|
3548
3548
|
|
3549
3549
|
interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3550
|
-
account:
|
3550
|
+
account: IInstagramAccountRaw | string;
|
3551
3551
|
sheetUrl: string;
|
3552
3552
|
sheetName: string;
|
3553
3553
|
sheetPageName: string;
|
@@ -3558,7 +3558,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
3558
3558
|
}
|
3559
3559
|
|
3560
3560
|
interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3561
|
-
account:
|
3561
|
+
account: IInstagramAccountRaw | string;
|
3562
3562
|
sheetUrl: string;
|
3563
3563
|
sheetName: string;
|
3564
3564
|
sheetPageName: string;
|
@@ -3577,7 +3577,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
3577
3577
|
}
|
3578
3578
|
|
3579
3579
|
interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3580
|
-
account:
|
3580
|
+
account: IInstagramAccountRaw | string;
|
3581
3581
|
sheetUrl: string;
|
3582
3582
|
sheetName: string;
|
3583
3583
|
sheetPageName: string;
|
@@ -3596,7 +3596,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
3596
3596
|
}
|
3597
3597
|
|
3598
3598
|
interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3599
|
-
account:
|
3599
|
+
account: IInstagramAccountRaw | string;
|
3600
3600
|
sheetUrl: string;
|
3601
3601
|
sheetName: string;
|
3602
3602
|
sheetPageName: string;
|
@@ -3617,7 +3617,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
3617
3617
|
}
|
3618
3618
|
|
3619
3619
|
interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3620
|
-
account:
|
3620
|
+
account: IInstagramAccountRaw | string;
|
3621
3621
|
sheetUrl: string;
|
3622
3622
|
sheetName: string;
|
3623
3623
|
sheetPageName: string;
|
@@ -3632,7 +3632,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
3632
3632
|
}
|
3633
3633
|
|
3634
3634
|
interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3635
|
-
account:
|
3635
|
+
account: IInstagramAccountRaw | string;
|
3636
3636
|
content: string;
|
3637
3637
|
userLink: string;
|
3638
3638
|
linkPost: string;
|
@@ -3642,7 +3642,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
3642
3642
|
}
|
3643
3643
|
|
3644
3644
|
interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3645
|
-
account:
|
3645
|
+
account: IInstagramAccountRaw | string;
|
3646
3646
|
numberLike: number;
|
3647
3647
|
minutesExecute: number;
|
3648
3648
|
isLike: boolean;
|
@@ -3651,7 +3651,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
3651
3651
|
}
|
3652
3652
|
|
3653
3653
|
interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3654
|
-
account:
|
3654
|
+
account: IInstagramAccountRaw | string;
|
3655
3655
|
numberLike: number;
|
3656
3656
|
minutesExecute: number;
|
3657
3657
|
numberUsersSentMess: number;
|
@@ -3662,7 +3662,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
3662
3662
|
}
|
3663
3663
|
|
3664
3664
|
interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3665
|
-
account:
|
3665
|
+
account: IInstagramAccountRaw | string;
|
3666
3666
|
typeView: string;
|
3667
3667
|
numberLike: number;
|
3668
3668
|
minutesExecute: number;
|
@@ -3672,7 +3672,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
3672
3672
|
}
|
3673
3673
|
|
3674
3674
|
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3675
|
-
account:
|
3675
|
+
account: IInstagramAccountRaw | string;
|
3676
3676
|
statusDetail: string;
|
3677
3677
|
receiverName: string;
|
3678
3678
|
messageReply: string;
|
@@ -3680,7 +3680,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
3680
3680
|
}
|
3681
3681
|
|
3682
3682
|
interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3683
|
-
account:
|
3683
|
+
account: IInstagramAccountRaw | string;
|
3684
3684
|
statusDetail: string;
|
3685
3685
|
follower: number;
|
3686
3686
|
following: number;
|
@@ -3690,7 +3690,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
3690
3690
|
}
|
3691
3691
|
|
3692
3692
|
interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3693
|
-
account:
|
3693
|
+
account: IInstagramAccountRaw | string;
|
3694
3694
|
listUserBlock: string[];
|
3695
3695
|
listUserRestrict: string[];
|
3696
3696
|
listUserHidden: string[];
|
package/dist/index.d.ts
CHANGED
@@ -3137,7 +3137,7 @@ interface INiche extends IBaseModel, ITrackingModel<IUser> {
|
|
3137
3137
|
interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
3138
3138
|
sheetName: string;
|
3139
3139
|
sheetURL: string;
|
3140
|
-
account:
|
3140
|
+
account: IThreadsAccountRaw | string;
|
3141
3141
|
folderImageName: string;
|
3142
3142
|
linkDriveVideoOfCanva: string;
|
3143
3143
|
listLinkDriveImagesOfCanva: string[];
|
@@ -3159,7 +3159,7 @@ interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
3159
3159
|
}
|
3160
3160
|
|
3161
3161
|
interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
3162
|
-
account:
|
3162
|
+
account: IThreadsAccountRaw | string;
|
3163
3163
|
url: string;
|
3164
3164
|
photosUrl: string[];
|
3165
3165
|
videosUrl: string[];
|
@@ -3178,7 +3178,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
3178
3178
|
}
|
3179
3179
|
|
3180
3180
|
interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
3181
|
-
account:
|
3181
|
+
account: IThreadsAccountRaw | string;
|
3182
3182
|
follower: number;
|
3183
3183
|
following: number;
|
3184
3184
|
status: EStatusTaskScript;
|
@@ -3188,7 +3188,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
3188
3188
|
}
|
3189
3189
|
|
3190
3190
|
interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3191
|
-
account:
|
3191
|
+
account: IThreadsAccountRaw | string;
|
3192
3192
|
status: EStatusTaskScript;
|
3193
3193
|
statusDetail: string;
|
3194
3194
|
receiverName: string;
|
@@ -3196,7 +3196,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
|
|
3196
3196
|
}
|
3197
3197
|
|
3198
3198
|
interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
3199
|
-
account:
|
3199
|
+
account: IThreadsAccountRaw | string;
|
3200
3200
|
content: string;
|
3201
3201
|
linkPost: string;
|
3202
3202
|
userLink: string;
|
@@ -3207,7 +3207,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
3207
3207
|
}
|
3208
3208
|
|
3209
3209
|
interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
3210
|
-
account:
|
3210
|
+
account: IThreadsAccountRaw | string;
|
3211
3211
|
listRunTimes: Array<{
|
3212
3212
|
typePost: TPost;
|
3213
3213
|
listTimes: Array<string>;
|
@@ -3221,7 +3221,7 @@ interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
3221
3221
|
}
|
3222
3222
|
|
3223
3223
|
interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
3224
|
-
account:
|
3224
|
+
account: IThreadsAccountRaw | string;
|
3225
3225
|
listRunTimes: Array<Array<string>>;
|
3226
3226
|
dayOfWeeks: Array<string>;
|
3227
3227
|
timeExecuteForOperationFrom: number;
|
@@ -3260,7 +3260,7 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser
|
|
3260
3260
|
}
|
3261
3261
|
|
3262
3262
|
interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
3263
|
-
account:
|
3263
|
+
account: IThreadsAccountRaw | string;
|
3264
3264
|
dayOfWeeks: Array<string>;
|
3265
3265
|
listRunTimes: Array<Array<string>>;
|
3266
3266
|
timeExecuteForOperationFrom: number;
|
@@ -3282,7 +3282,7 @@ interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUs
|
|
3282
3282
|
}
|
3283
3283
|
|
3284
3284
|
interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
3285
|
-
account:
|
3285
|
+
account: IThreadsAccountRaw | string;
|
3286
3286
|
dayOfWeeks: Array<string>;
|
3287
3287
|
listRunTimes: Array<Array<string>>;
|
3288
3288
|
timeExecuteForOperationFrom: number;
|
@@ -3305,7 +3305,7 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
|
|
3305
3305
|
}
|
3306
3306
|
|
3307
3307
|
interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
3308
|
-
account:
|
3308
|
+
account: IThreadsAccountRaw | string;
|
3309
3309
|
listRunTimes: Array<Array<string>>;
|
3310
3310
|
dayOfWeeks: Array<string>;
|
3311
3311
|
timeExecuteForOperationFrom: number;
|
@@ -3325,7 +3325,7 @@ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel
|
|
3325
3325
|
interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
3326
3326
|
sheetName: string;
|
3327
3327
|
sheetURL: string;
|
3328
|
-
account:
|
3328
|
+
account: IInstagramAccountRaw | string;
|
3329
3329
|
folderImageName: string;
|
3330
3330
|
linkDriveVideoOfCanva: string;
|
3331
3331
|
listLinkDriveImagesOfCanva: string[];
|
@@ -3349,21 +3349,21 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
3349
3349
|
interface IInstagramHistoryBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
3350
3350
|
sheetName: string;
|
3351
3351
|
sheetURL: string;
|
3352
|
-
account:
|
3352
|
+
account: IInstagramAccountRaw | string;
|
3353
3353
|
userBlock: string;
|
3354
3354
|
userRestrict: string;
|
3355
3355
|
userHidden: string;
|
3356
3356
|
}
|
3357
3357
|
|
3358
3358
|
interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
3359
|
-
account:
|
3359
|
+
account: IInstagramAccountRaw | string;
|
3360
3360
|
listRunTimes: Array<string>;
|
3361
3361
|
dayOfWeeks: Array<string>;
|
3362
3362
|
isTimeUs: boolean;
|
3363
3363
|
}
|
3364
3364
|
|
3365
3365
|
interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
3366
|
-
account:
|
3366
|
+
account: IInstagramAccountRaw | string;
|
3367
3367
|
dayOfWeeks: Array<string>;
|
3368
3368
|
listRunTimes: Array<Array<string>>;
|
3369
3369
|
maxViewPerDay: number;
|
@@ -3383,7 +3383,7 @@ interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IU
|
|
3383
3383
|
}
|
3384
3384
|
|
3385
3385
|
interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
3386
|
-
account:
|
3386
|
+
account: IInstagramAccountRaw | string;
|
3387
3387
|
listRunTimes: Array<Array<string>>;
|
3388
3388
|
dayOfWeeks: Array<string>;
|
3389
3389
|
timeExecuteForOperationFrom: number;
|
@@ -3422,7 +3422,7 @@ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUs
|
|
3422
3422
|
}
|
3423
3423
|
|
3424
3424
|
interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
3425
|
-
account:
|
3425
|
+
account: IInstagramAccountRaw | string;
|
3426
3426
|
dayOfWeeks: Array<string>;
|
3427
3427
|
listRunTimes: Array<Array<string>>;
|
3428
3428
|
limitViewPerDayFrom: number;
|
@@ -3441,7 +3441,7 @@ interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser
|
|
3441
3441
|
}
|
3442
3442
|
|
3443
3443
|
interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
3444
|
-
account:
|
3444
|
+
account: IInstagramAccountRaw | string;
|
3445
3445
|
dayOfWeeks: Array<string>;
|
3446
3446
|
listRunTimes: Array<Array<string>>;
|
3447
3447
|
timeExecuteForOperationFrom: number;
|
@@ -3464,7 +3464,7 @@ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingMod
|
|
3464
3464
|
}
|
3465
3465
|
|
3466
3466
|
interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
3467
|
-
account:
|
3467
|
+
account: IInstagramAccountRaw | string;
|
3468
3468
|
listRunTimes: Array<Array<string>>;
|
3469
3469
|
dayOfWeeks: Array<string>;
|
3470
3470
|
timeExecuteForOperationFrom: number;
|
@@ -3482,7 +3482,7 @@ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingMod
|
|
3482
3482
|
}
|
3483
3483
|
|
3484
3484
|
interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
3485
|
-
account:
|
3485
|
+
account: IInstagramAccountRaw | string;
|
3486
3486
|
dayOfWeeks: Array<string>;
|
3487
3487
|
listRunTimes: Array<Array<string>>;
|
3488
3488
|
timeExecuteForOperationFrom: number;
|
@@ -3511,7 +3511,7 @@ interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUse
|
|
3511
3511
|
}
|
3512
3512
|
|
3513
3513
|
interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
3514
|
-
account:
|
3514
|
+
account: IInstagramAccountRaw | string;
|
3515
3515
|
dayOfWeeks: Array<string>;
|
3516
3516
|
listRunTimes: Array<Array<string>>;
|
3517
3517
|
timeExecuteForOperationFrom: number;
|
@@ -3533,7 +3533,7 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<I
|
|
3533
3533
|
}
|
3534
3534
|
|
3535
3535
|
interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
3536
|
-
account:
|
3536
|
+
account: IInstagramAccountRaw | string;
|
3537
3537
|
listRunTimes: Array<{
|
3538
3538
|
typePost: TPost;
|
3539
3539
|
listTimes: Array<string>;
|
@@ -3547,7 +3547,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
3547
3547
|
}
|
3548
3548
|
|
3549
3549
|
interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3550
|
-
account:
|
3550
|
+
account: IInstagramAccountRaw | string;
|
3551
3551
|
sheetUrl: string;
|
3552
3552
|
sheetName: string;
|
3553
3553
|
sheetPageName: string;
|
@@ -3558,7 +3558,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
3558
3558
|
}
|
3559
3559
|
|
3560
3560
|
interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3561
|
-
account:
|
3561
|
+
account: IInstagramAccountRaw | string;
|
3562
3562
|
sheetUrl: string;
|
3563
3563
|
sheetName: string;
|
3564
3564
|
sheetPageName: string;
|
@@ -3577,7 +3577,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
3577
3577
|
}
|
3578
3578
|
|
3579
3579
|
interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3580
|
-
account:
|
3580
|
+
account: IInstagramAccountRaw | string;
|
3581
3581
|
sheetUrl: string;
|
3582
3582
|
sheetName: string;
|
3583
3583
|
sheetPageName: string;
|
@@ -3596,7 +3596,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
3596
3596
|
}
|
3597
3597
|
|
3598
3598
|
interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3599
|
-
account:
|
3599
|
+
account: IInstagramAccountRaw | string;
|
3600
3600
|
sheetUrl: string;
|
3601
3601
|
sheetName: string;
|
3602
3602
|
sheetPageName: string;
|
@@ -3617,7 +3617,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
3617
3617
|
}
|
3618
3618
|
|
3619
3619
|
interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3620
|
-
account:
|
3620
|
+
account: IInstagramAccountRaw | string;
|
3621
3621
|
sheetUrl: string;
|
3622
3622
|
sheetName: string;
|
3623
3623
|
sheetPageName: string;
|
@@ -3632,7 +3632,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
3632
3632
|
}
|
3633
3633
|
|
3634
3634
|
interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3635
|
-
account:
|
3635
|
+
account: IInstagramAccountRaw | string;
|
3636
3636
|
content: string;
|
3637
3637
|
userLink: string;
|
3638
3638
|
linkPost: string;
|
@@ -3642,7 +3642,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
3642
3642
|
}
|
3643
3643
|
|
3644
3644
|
interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3645
|
-
account:
|
3645
|
+
account: IInstagramAccountRaw | string;
|
3646
3646
|
numberLike: number;
|
3647
3647
|
minutesExecute: number;
|
3648
3648
|
isLike: boolean;
|
@@ -3651,7 +3651,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
3651
3651
|
}
|
3652
3652
|
|
3653
3653
|
interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3654
|
-
account:
|
3654
|
+
account: IInstagramAccountRaw | string;
|
3655
3655
|
numberLike: number;
|
3656
3656
|
minutesExecute: number;
|
3657
3657
|
numberUsersSentMess: number;
|
@@ -3662,7 +3662,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
3662
3662
|
}
|
3663
3663
|
|
3664
3664
|
interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3665
|
-
account:
|
3665
|
+
account: IInstagramAccountRaw | string;
|
3666
3666
|
typeView: string;
|
3667
3667
|
numberLike: number;
|
3668
3668
|
minutesExecute: number;
|
@@ -3672,7 +3672,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
3672
3672
|
}
|
3673
3673
|
|
3674
3674
|
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3675
|
-
account:
|
3675
|
+
account: IInstagramAccountRaw | string;
|
3676
3676
|
statusDetail: string;
|
3677
3677
|
receiverName: string;
|
3678
3678
|
messageReply: string;
|
@@ -3680,7 +3680,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
3680
3680
|
}
|
3681
3681
|
|
3682
3682
|
interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3683
|
-
account:
|
3683
|
+
account: IInstagramAccountRaw | string;
|
3684
3684
|
statusDetail: string;
|
3685
3685
|
follower: number;
|
3686
3686
|
following: number;
|
@@ -3690,7 +3690,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
3690
3690
|
}
|
3691
3691
|
|
3692
3692
|
interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
3693
|
-
account:
|
3693
|
+
account: IInstagramAccountRaw | string;
|
3694
3694
|
listUserBlock: string[];
|
3695
3695
|
listUserRestrict: string[];
|
3696
3696
|
listUserHidden: string[];
|