automation-lib 5.4.363 → 5.4.365
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 -18
- package/dist/index.d.ts +39 -18
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1152,7 +1152,7 @@ declare enum EStatusDeviceSync {
|
|
|
1152
1152
|
declare enum EStatusDeviceReplace {
|
|
1153
1153
|
Done = "Done",
|
|
1154
1154
|
Error = "Error",
|
|
1155
|
-
|
|
1155
|
+
NA = "N/A"
|
|
1156
1156
|
}
|
|
1157
1157
|
declare enum EStatusDeviceConnectWifi {
|
|
1158
1158
|
Disconnect = "Disconnect",
|
|
@@ -3669,6 +3669,7 @@ interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel
|
|
|
3669
3669
|
timezone: ETimeZone;
|
|
3670
3670
|
isStart: boolean;
|
|
3671
3671
|
timeCopySetting: Date;
|
|
3672
|
+
startStop: EStartStop;
|
|
3672
3673
|
timeStopStart: Date;
|
|
3673
3674
|
}
|
|
3674
3675
|
|
|
@@ -3678,6 +3679,7 @@ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel {
|
|
|
3678
3679
|
timezone: ETimeZone;
|
|
3679
3680
|
isStart: boolean;
|
|
3680
3681
|
timeCopySetting: Date;
|
|
3682
|
+
startStop: EStartStop;
|
|
3681
3683
|
timeStopStart: Date;
|
|
3682
3684
|
limitNumberFollowsPerDayFrom: number;
|
|
3683
3685
|
limitNumberFollowsPerDayTo: number;
|
|
@@ -3717,6 +3719,7 @@ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingMod
|
|
|
3717
3719
|
timezone: ETimeZone;
|
|
3718
3720
|
isStart: boolean;
|
|
3719
3721
|
timeCopySetting: Date;
|
|
3722
|
+
startStop: EStartStop;
|
|
3720
3723
|
timeStopStart: Date;
|
|
3721
3724
|
limitNumberPostForCommentsFrom: number;
|
|
3722
3725
|
limitNumberPostForCommentsTo: number;
|
|
@@ -3740,6 +3743,7 @@ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingMod
|
|
|
3740
3743
|
timezone: ETimeZone;
|
|
3741
3744
|
isStart: boolean;
|
|
3742
3745
|
timeCopySetting: Date;
|
|
3746
|
+
startStop: EStartStop;
|
|
3743
3747
|
timeStopStart: Date;
|
|
3744
3748
|
timeDelayReplyMessageFrom: number;
|
|
3745
3749
|
timeDelayReplyMessageTo: number;
|
|
@@ -3758,6 +3762,7 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel {
|
|
|
3758
3762
|
timezone: ETimeZone;
|
|
3759
3763
|
isStart: boolean;
|
|
3760
3764
|
timeCopySetting: Date;
|
|
3765
|
+
startStop: EStartStop;
|
|
3761
3766
|
timeStopStart: Date;
|
|
3762
3767
|
limitUnFollowPerDayFrom: number;
|
|
3763
3768
|
limitUnFollowPerDayTo: number;
|
|
@@ -3782,6 +3787,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel {
|
|
|
3782
3787
|
timezone: ETimeZone;
|
|
3783
3788
|
isStart: boolean;
|
|
3784
3789
|
timeCopySetting: Date;
|
|
3790
|
+
startStop: EStartStop;
|
|
3785
3791
|
timeStopStart: Date;
|
|
3786
3792
|
numberCommentsForPostMeFrom: number;
|
|
3787
3793
|
numberCommentsForPostMeTo: number;
|
|
@@ -7974,6 +7980,7 @@ interface IThreadsSettingPost extends IBaseModel, ITrackingModel {
|
|
|
7974
7980
|
timezone: ETimeZone;
|
|
7975
7981
|
isStart: boolean;
|
|
7976
7982
|
timeCopySetting: Date;
|
|
7983
|
+
startStop: EStartStop;
|
|
7977
7984
|
timeStopStart: Date;
|
|
7978
7985
|
numberCommentsForPostMeFrom: number;
|
|
7979
7986
|
numberCommentsForPostMeTo: number;
|
|
@@ -7987,6 +7994,7 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel {
|
|
|
7987
7994
|
timezone: ETimeZone;
|
|
7988
7995
|
isStart: boolean;
|
|
7989
7996
|
timeCopySetting: Date;
|
|
7997
|
+
startStop: EStartStop;
|
|
7990
7998
|
timeStopStart: Date;
|
|
7991
7999
|
limitNumberFollowsPerDayFrom: number;
|
|
7992
8000
|
limitNumberFollowsPerDayTo: number;
|
|
@@ -8026,6 +8034,7 @@ interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel {
|
|
|
8026
8034
|
timezone: ETimeZone;
|
|
8027
8035
|
isStart: boolean;
|
|
8028
8036
|
timeCopySetting: Date;
|
|
8037
|
+
startStop: EStartStop;
|
|
8029
8038
|
timeStopStart: Date;
|
|
8030
8039
|
limitUnFollowPerDayFrom: number;
|
|
8031
8040
|
limitUnFollowPerDayTo: number;
|
|
@@ -8048,6 +8057,7 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
|
|
|
8048
8057
|
timezone: ETimeZone;
|
|
8049
8058
|
isStart: boolean;
|
|
8050
8059
|
timeCopySetting: Date;
|
|
8060
|
+
startStop: EStartStop;
|
|
8051
8061
|
timeStopStart: Date;
|
|
8052
8062
|
limitNumberPostForCommentsFrom: number;
|
|
8053
8063
|
limitNumberPostForCommentsTo: number;
|
|
@@ -8072,6 +8082,7 @@ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel
|
|
|
8072
8082
|
timezone: ETimeZone;
|
|
8073
8083
|
isStart: boolean;
|
|
8074
8084
|
timeCopySetting: Date;
|
|
8085
|
+
startStop: EStartStop;
|
|
8075
8086
|
timeStopStart: Date;
|
|
8076
8087
|
timeDelayReplyMessageFrom: number;
|
|
8077
8088
|
timeDelayReplyMessageTo: number;
|
|
@@ -8764,9 +8775,9 @@ interface IDevice extends IBaseModel, IAssignUser, ITrackingModel {
|
|
|
8764
8775
|
statusRunningSocial: EStatusDeviceRunningSocial;
|
|
8765
8776
|
statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud;
|
|
8766
8777
|
statusConnectPC: EStatusDeviceConnectPC;
|
|
8778
|
+
statusChangeName: EStatusDeviceChangeName;
|
|
8767
8779
|
statusChangeNew: EStatusDeviceChangeNew;
|
|
8768
8780
|
statusReplace: EStatusDeviceReplace;
|
|
8769
|
-
statusChangeName: EStatusDeviceChangeName;
|
|
8770
8781
|
statusConnectWifi: EStatusDeviceConnectWifi;
|
|
8771
8782
|
statusSync: EStatusDeviceSync;
|
|
8772
8783
|
noteFix: string;
|
|
@@ -9462,7 +9473,7 @@ interface IFilterSettingAccountSocialFindForSettingDto {
|
|
|
9462
9473
|
accountStatus: EStatusAccountSocialRaw[];
|
|
9463
9474
|
accountGroup: string[];
|
|
9464
9475
|
hasSetting: EHaveData[];
|
|
9465
|
-
|
|
9476
|
+
startStop: EStartStop[];
|
|
9466
9477
|
}
|
|
9467
9478
|
|
|
9468
9479
|
interface FindThreadsHistoryGroupDto extends IFindBaseDto, IThreadsHistoryGroup {
|
|
@@ -10455,8 +10466,9 @@ interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
|
|
|
10455
10466
|
status: string;
|
|
10456
10467
|
};
|
|
10457
10468
|
timezone: ETimeZone;
|
|
10458
|
-
timeCopySetting: Date;
|
|
10459
10469
|
isStart: boolean;
|
|
10470
|
+
timeCopySetting: Date;
|
|
10471
|
+
startStop: EStartStop;
|
|
10460
10472
|
timeStopStart: Date;
|
|
10461
10473
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
10462
10474
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -10556,8 +10568,9 @@ interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSett
|
|
|
10556
10568
|
status: string;
|
|
10557
10569
|
};
|
|
10558
10570
|
timezone: ETimeZone;
|
|
10559
|
-
timeCopySetting: Date;
|
|
10560
10571
|
isStart: boolean;
|
|
10572
|
+
timeCopySetting: Date;
|
|
10573
|
+
startStop: EStartStop;
|
|
10561
10574
|
timeStopStart: Date;
|
|
10562
10575
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
10563
10576
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -10657,8 +10670,9 @@ interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSe
|
|
|
10657
10670
|
status: string;
|
|
10658
10671
|
};
|
|
10659
10672
|
timezone: ETimeZone;
|
|
10660
|
-
timeCopySetting: Date;
|
|
10661
10673
|
isStart: boolean;
|
|
10674
|
+
timeCopySetting: Date;
|
|
10675
|
+
startStop: EStartStop;
|
|
10662
10676
|
timeStopStart: Date;
|
|
10663
10677
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
10664
10678
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -10757,8 +10771,9 @@ interface FindThreadsSettingInteractReplyCommentDto extends IFindBaseDto, IThrea
|
|
|
10757
10771
|
status: string;
|
|
10758
10772
|
};
|
|
10759
10773
|
timezone: ETimeZone;
|
|
10760
|
-
timeCopySetting: Date;
|
|
10761
10774
|
isStart: boolean;
|
|
10775
|
+
timeCopySetting: Date;
|
|
10776
|
+
startStop: EStartStop;
|
|
10762
10777
|
timeStopStart: Date;
|
|
10763
10778
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
10764
10779
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -10858,8 +10873,9 @@ interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThrea
|
|
|
10858
10873
|
status: string;
|
|
10859
10874
|
};
|
|
10860
10875
|
timezone: ETimeZone;
|
|
10861
|
-
timeCopySetting: Date;
|
|
10862
10876
|
isStart: boolean;
|
|
10877
|
+
timeCopySetting: Date;
|
|
10878
|
+
startStop: EStartStop;
|
|
10863
10879
|
timeStopStart: Date;
|
|
10864
10880
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
10865
10881
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -13194,8 +13210,9 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
|
|
|
13194
13210
|
status: string;
|
|
13195
13211
|
};
|
|
13196
13212
|
timezone: ETimeZone;
|
|
13197
|
-
timeCopySetting: Date;
|
|
13198
13213
|
isStart: boolean;
|
|
13214
|
+
timeCopySetting: Date;
|
|
13215
|
+
startStop: EStartStop;
|
|
13199
13216
|
timeStopStart: Date;
|
|
13200
13217
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
13201
13218
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -13293,7 +13310,7 @@ interface FilterInstagramSettingFollowDto extends IFilterBaseDto {
|
|
|
13293
13310
|
accountGroup: string[];
|
|
13294
13311
|
account: string[];
|
|
13295
13312
|
hasSetting: EHaveData[];
|
|
13296
|
-
|
|
13313
|
+
startStop: EStartStop[];
|
|
13297
13314
|
statusSheetTool: ESheetToolStatusRun[];
|
|
13298
13315
|
statusAccountRaw: EStatusAccountSocialRaw[];
|
|
13299
13316
|
statusAccountLogin: EStatusAccountSocialLogin[];
|
|
@@ -13384,8 +13401,9 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
|
|
|
13384
13401
|
status: string;
|
|
13385
13402
|
};
|
|
13386
13403
|
timezone: ETimeZone;
|
|
13387
|
-
timeCopySetting: Date;
|
|
13388
13404
|
isStart: boolean;
|
|
13405
|
+
timeCopySetting: Date;
|
|
13406
|
+
startStop: EStartStop;
|
|
13389
13407
|
timeStopStart: Date;
|
|
13390
13408
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
13391
13409
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -13449,7 +13467,7 @@ interface FilterInstagramSettingReplyCommentDto extends IFilterBaseDto {
|
|
|
13449
13467
|
accountGroup: string[];
|
|
13450
13468
|
account: string[];
|
|
13451
13469
|
hasSetting: EHaveData[];
|
|
13452
|
-
|
|
13470
|
+
startStop: EStartStop[];
|
|
13453
13471
|
statusSheetTool: ESheetToolStatusRun[];
|
|
13454
13472
|
statusAccountRaw: EStatusAccountSocialRaw[];
|
|
13455
13473
|
statusAccountLogin: EStatusAccountSocialLogin[];
|
|
@@ -13540,8 +13558,9 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
|
|
|
13540
13558
|
status: string;
|
|
13541
13559
|
};
|
|
13542
13560
|
timezone: ETimeZone;
|
|
13543
|
-
timeCopySetting: Date;
|
|
13544
13561
|
isStart: boolean;
|
|
13562
|
+
timeCopySetting: Date;
|
|
13563
|
+
startStop: EStartStop;
|
|
13545
13564
|
timeStopStart: Date;
|
|
13546
13565
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
13547
13566
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -13597,7 +13616,7 @@ interface FilterInstagramSettingReplyMessageDto extends IFilterBaseDto {
|
|
|
13597
13616
|
accountGroup: string[];
|
|
13598
13617
|
account: string[];
|
|
13599
13618
|
hasSetting: EHaveData[];
|
|
13600
|
-
|
|
13619
|
+
startStop: EStartStop[];
|
|
13601
13620
|
statusSheetTool: ESheetToolStatusRun[];
|
|
13602
13621
|
statusAccountRaw: EStatusAccountSocialRaw[];
|
|
13603
13622
|
statusAccountLogin: EStatusAccountSocialLogin[];
|
|
@@ -13688,8 +13707,9 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
|
|
|
13688
13707
|
status: string;
|
|
13689
13708
|
};
|
|
13690
13709
|
timezone: ETimeZone;
|
|
13691
|
-
timeCopySetting: Date;
|
|
13692
13710
|
isStart: boolean;
|
|
13711
|
+
timeCopySetting: Date;
|
|
13712
|
+
startStop: EStartStop;
|
|
13693
13713
|
timeStopStart: Date;
|
|
13694
13714
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
13695
13715
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -13755,7 +13775,7 @@ interface FilterInstagramSettingUnFollowDto extends IFilterBaseDto {
|
|
|
13755
13775
|
accountGroup: string[];
|
|
13756
13776
|
account: string[];
|
|
13757
13777
|
hasSetting: EHaveData[];
|
|
13758
|
-
|
|
13778
|
+
startStop: EStartStop[];
|
|
13759
13779
|
statusSheetTool: ESheetToolStatusRun[];
|
|
13760
13780
|
statusAccountRaw: EStatusAccountSocialRaw[];
|
|
13761
13781
|
statusAccountLogin: EStatusAccountSocialLogin[];
|
|
@@ -13864,8 +13884,9 @@ interface FindInstagramSettingPostDto extends IFindBaseDto {
|
|
|
13864
13884
|
status: string;
|
|
13865
13885
|
};
|
|
13866
13886
|
timezone: ETimeZone;
|
|
13867
|
-
timeCopySetting: Date;
|
|
13868
13887
|
isStart: boolean;
|
|
13888
|
+
timeCopySetting: Date;
|
|
13889
|
+
startStop: EStartStop;
|
|
13869
13890
|
timeStopStart: Date;
|
|
13870
13891
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
13871
13892
|
listRunTimes: Array<ISettingRunTimeSocial<ISettingRunTimeInstagramPost>>;
|
|
@@ -13885,7 +13906,7 @@ interface FilterInstagramSettingPostDto extends IFilterBaseDto {
|
|
|
13885
13906
|
accountGroup: string[];
|
|
13886
13907
|
account: string[];
|
|
13887
13908
|
hasSetting: EHaveData[];
|
|
13888
|
-
|
|
13909
|
+
startStop: EStartStop[];
|
|
13889
13910
|
statusSheetTool: ESheetToolStatusRun[];
|
|
13890
13911
|
statusAccountRaw: EStatusAccountSocialRaw[];
|
|
13891
13912
|
statusAccountLogin: EStatusAccountSocialLogin[];
|
package/dist/index.d.ts
CHANGED
|
@@ -1152,7 +1152,7 @@ declare enum EStatusDeviceSync {
|
|
|
1152
1152
|
declare enum EStatusDeviceReplace {
|
|
1153
1153
|
Done = "Done",
|
|
1154
1154
|
Error = "Error",
|
|
1155
|
-
|
|
1155
|
+
NA = "N/A"
|
|
1156
1156
|
}
|
|
1157
1157
|
declare enum EStatusDeviceConnectWifi {
|
|
1158
1158
|
Disconnect = "Disconnect",
|
|
@@ -3669,6 +3669,7 @@ interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel
|
|
|
3669
3669
|
timezone: ETimeZone;
|
|
3670
3670
|
isStart: boolean;
|
|
3671
3671
|
timeCopySetting: Date;
|
|
3672
|
+
startStop: EStartStop;
|
|
3672
3673
|
timeStopStart: Date;
|
|
3673
3674
|
}
|
|
3674
3675
|
|
|
@@ -3678,6 +3679,7 @@ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel {
|
|
|
3678
3679
|
timezone: ETimeZone;
|
|
3679
3680
|
isStart: boolean;
|
|
3680
3681
|
timeCopySetting: Date;
|
|
3682
|
+
startStop: EStartStop;
|
|
3681
3683
|
timeStopStart: Date;
|
|
3682
3684
|
limitNumberFollowsPerDayFrom: number;
|
|
3683
3685
|
limitNumberFollowsPerDayTo: number;
|
|
@@ -3717,6 +3719,7 @@ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingMod
|
|
|
3717
3719
|
timezone: ETimeZone;
|
|
3718
3720
|
isStart: boolean;
|
|
3719
3721
|
timeCopySetting: Date;
|
|
3722
|
+
startStop: EStartStop;
|
|
3720
3723
|
timeStopStart: Date;
|
|
3721
3724
|
limitNumberPostForCommentsFrom: number;
|
|
3722
3725
|
limitNumberPostForCommentsTo: number;
|
|
@@ -3740,6 +3743,7 @@ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingMod
|
|
|
3740
3743
|
timezone: ETimeZone;
|
|
3741
3744
|
isStart: boolean;
|
|
3742
3745
|
timeCopySetting: Date;
|
|
3746
|
+
startStop: EStartStop;
|
|
3743
3747
|
timeStopStart: Date;
|
|
3744
3748
|
timeDelayReplyMessageFrom: number;
|
|
3745
3749
|
timeDelayReplyMessageTo: number;
|
|
@@ -3758,6 +3762,7 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel {
|
|
|
3758
3762
|
timezone: ETimeZone;
|
|
3759
3763
|
isStart: boolean;
|
|
3760
3764
|
timeCopySetting: Date;
|
|
3765
|
+
startStop: EStartStop;
|
|
3761
3766
|
timeStopStart: Date;
|
|
3762
3767
|
limitUnFollowPerDayFrom: number;
|
|
3763
3768
|
limitUnFollowPerDayTo: number;
|
|
@@ -3782,6 +3787,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel {
|
|
|
3782
3787
|
timezone: ETimeZone;
|
|
3783
3788
|
isStart: boolean;
|
|
3784
3789
|
timeCopySetting: Date;
|
|
3790
|
+
startStop: EStartStop;
|
|
3785
3791
|
timeStopStart: Date;
|
|
3786
3792
|
numberCommentsForPostMeFrom: number;
|
|
3787
3793
|
numberCommentsForPostMeTo: number;
|
|
@@ -7974,6 +7980,7 @@ interface IThreadsSettingPost extends IBaseModel, ITrackingModel {
|
|
|
7974
7980
|
timezone: ETimeZone;
|
|
7975
7981
|
isStart: boolean;
|
|
7976
7982
|
timeCopySetting: Date;
|
|
7983
|
+
startStop: EStartStop;
|
|
7977
7984
|
timeStopStart: Date;
|
|
7978
7985
|
numberCommentsForPostMeFrom: number;
|
|
7979
7986
|
numberCommentsForPostMeTo: number;
|
|
@@ -7987,6 +7994,7 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel {
|
|
|
7987
7994
|
timezone: ETimeZone;
|
|
7988
7995
|
isStart: boolean;
|
|
7989
7996
|
timeCopySetting: Date;
|
|
7997
|
+
startStop: EStartStop;
|
|
7990
7998
|
timeStopStart: Date;
|
|
7991
7999
|
limitNumberFollowsPerDayFrom: number;
|
|
7992
8000
|
limitNumberFollowsPerDayTo: number;
|
|
@@ -8026,6 +8034,7 @@ interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel {
|
|
|
8026
8034
|
timezone: ETimeZone;
|
|
8027
8035
|
isStart: boolean;
|
|
8028
8036
|
timeCopySetting: Date;
|
|
8037
|
+
startStop: EStartStop;
|
|
8029
8038
|
timeStopStart: Date;
|
|
8030
8039
|
limitUnFollowPerDayFrom: number;
|
|
8031
8040
|
limitUnFollowPerDayTo: number;
|
|
@@ -8048,6 +8057,7 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
|
|
|
8048
8057
|
timezone: ETimeZone;
|
|
8049
8058
|
isStart: boolean;
|
|
8050
8059
|
timeCopySetting: Date;
|
|
8060
|
+
startStop: EStartStop;
|
|
8051
8061
|
timeStopStart: Date;
|
|
8052
8062
|
limitNumberPostForCommentsFrom: number;
|
|
8053
8063
|
limitNumberPostForCommentsTo: number;
|
|
@@ -8072,6 +8082,7 @@ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel
|
|
|
8072
8082
|
timezone: ETimeZone;
|
|
8073
8083
|
isStart: boolean;
|
|
8074
8084
|
timeCopySetting: Date;
|
|
8085
|
+
startStop: EStartStop;
|
|
8075
8086
|
timeStopStart: Date;
|
|
8076
8087
|
timeDelayReplyMessageFrom: number;
|
|
8077
8088
|
timeDelayReplyMessageTo: number;
|
|
@@ -8764,9 +8775,9 @@ interface IDevice extends IBaseModel, IAssignUser, ITrackingModel {
|
|
|
8764
8775
|
statusRunningSocial: EStatusDeviceRunningSocial;
|
|
8765
8776
|
statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud;
|
|
8766
8777
|
statusConnectPC: EStatusDeviceConnectPC;
|
|
8778
|
+
statusChangeName: EStatusDeviceChangeName;
|
|
8767
8779
|
statusChangeNew: EStatusDeviceChangeNew;
|
|
8768
8780
|
statusReplace: EStatusDeviceReplace;
|
|
8769
|
-
statusChangeName: EStatusDeviceChangeName;
|
|
8770
8781
|
statusConnectWifi: EStatusDeviceConnectWifi;
|
|
8771
8782
|
statusSync: EStatusDeviceSync;
|
|
8772
8783
|
noteFix: string;
|
|
@@ -9462,7 +9473,7 @@ interface IFilterSettingAccountSocialFindForSettingDto {
|
|
|
9462
9473
|
accountStatus: EStatusAccountSocialRaw[];
|
|
9463
9474
|
accountGroup: string[];
|
|
9464
9475
|
hasSetting: EHaveData[];
|
|
9465
|
-
|
|
9476
|
+
startStop: EStartStop[];
|
|
9466
9477
|
}
|
|
9467
9478
|
|
|
9468
9479
|
interface FindThreadsHistoryGroupDto extends IFindBaseDto, IThreadsHistoryGroup {
|
|
@@ -10455,8 +10466,9 @@ interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
|
|
|
10455
10466
|
status: string;
|
|
10456
10467
|
};
|
|
10457
10468
|
timezone: ETimeZone;
|
|
10458
|
-
timeCopySetting: Date;
|
|
10459
10469
|
isStart: boolean;
|
|
10470
|
+
timeCopySetting: Date;
|
|
10471
|
+
startStop: EStartStop;
|
|
10460
10472
|
timeStopStart: Date;
|
|
10461
10473
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
10462
10474
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -10556,8 +10568,9 @@ interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSett
|
|
|
10556
10568
|
status: string;
|
|
10557
10569
|
};
|
|
10558
10570
|
timezone: ETimeZone;
|
|
10559
|
-
timeCopySetting: Date;
|
|
10560
10571
|
isStart: boolean;
|
|
10572
|
+
timeCopySetting: Date;
|
|
10573
|
+
startStop: EStartStop;
|
|
10561
10574
|
timeStopStart: Date;
|
|
10562
10575
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
10563
10576
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -10657,8 +10670,9 @@ interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSe
|
|
|
10657
10670
|
status: string;
|
|
10658
10671
|
};
|
|
10659
10672
|
timezone: ETimeZone;
|
|
10660
|
-
timeCopySetting: Date;
|
|
10661
10673
|
isStart: boolean;
|
|
10674
|
+
timeCopySetting: Date;
|
|
10675
|
+
startStop: EStartStop;
|
|
10662
10676
|
timeStopStart: Date;
|
|
10663
10677
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
10664
10678
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -10757,8 +10771,9 @@ interface FindThreadsSettingInteractReplyCommentDto extends IFindBaseDto, IThrea
|
|
|
10757
10771
|
status: string;
|
|
10758
10772
|
};
|
|
10759
10773
|
timezone: ETimeZone;
|
|
10760
|
-
timeCopySetting: Date;
|
|
10761
10774
|
isStart: boolean;
|
|
10775
|
+
timeCopySetting: Date;
|
|
10776
|
+
startStop: EStartStop;
|
|
10762
10777
|
timeStopStart: Date;
|
|
10763
10778
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
10764
10779
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -10858,8 +10873,9 @@ interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThrea
|
|
|
10858
10873
|
status: string;
|
|
10859
10874
|
};
|
|
10860
10875
|
timezone: ETimeZone;
|
|
10861
|
-
timeCopySetting: Date;
|
|
10862
10876
|
isStart: boolean;
|
|
10877
|
+
timeCopySetting: Date;
|
|
10878
|
+
startStop: EStartStop;
|
|
10863
10879
|
timeStopStart: Date;
|
|
10864
10880
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
10865
10881
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -13194,8 +13210,9 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
|
|
|
13194
13210
|
status: string;
|
|
13195
13211
|
};
|
|
13196
13212
|
timezone: ETimeZone;
|
|
13197
|
-
timeCopySetting: Date;
|
|
13198
13213
|
isStart: boolean;
|
|
13214
|
+
timeCopySetting: Date;
|
|
13215
|
+
startStop: EStartStop;
|
|
13199
13216
|
timeStopStart: Date;
|
|
13200
13217
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
13201
13218
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -13293,7 +13310,7 @@ interface FilterInstagramSettingFollowDto extends IFilterBaseDto {
|
|
|
13293
13310
|
accountGroup: string[];
|
|
13294
13311
|
account: string[];
|
|
13295
13312
|
hasSetting: EHaveData[];
|
|
13296
|
-
|
|
13313
|
+
startStop: EStartStop[];
|
|
13297
13314
|
statusSheetTool: ESheetToolStatusRun[];
|
|
13298
13315
|
statusAccountRaw: EStatusAccountSocialRaw[];
|
|
13299
13316
|
statusAccountLogin: EStatusAccountSocialLogin[];
|
|
@@ -13384,8 +13401,9 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
|
|
|
13384
13401
|
status: string;
|
|
13385
13402
|
};
|
|
13386
13403
|
timezone: ETimeZone;
|
|
13387
|
-
timeCopySetting: Date;
|
|
13388
13404
|
isStart: boolean;
|
|
13405
|
+
timeCopySetting: Date;
|
|
13406
|
+
startStop: EStartStop;
|
|
13389
13407
|
timeStopStart: Date;
|
|
13390
13408
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
13391
13409
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -13449,7 +13467,7 @@ interface FilterInstagramSettingReplyCommentDto extends IFilterBaseDto {
|
|
|
13449
13467
|
accountGroup: string[];
|
|
13450
13468
|
account: string[];
|
|
13451
13469
|
hasSetting: EHaveData[];
|
|
13452
|
-
|
|
13470
|
+
startStop: EStartStop[];
|
|
13453
13471
|
statusSheetTool: ESheetToolStatusRun[];
|
|
13454
13472
|
statusAccountRaw: EStatusAccountSocialRaw[];
|
|
13455
13473
|
statusAccountLogin: EStatusAccountSocialLogin[];
|
|
@@ -13540,8 +13558,9 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
|
|
|
13540
13558
|
status: string;
|
|
13541
13559
|
};
|
|
13542
13560
|
timezone: ETimeZone;
|
|
13543
|
-
timeCopySetting: Date;
|
|
13544
13561
|
isStart: boolean;
|
|
13562
|
+
timeCopySetting: Date;
|
|
13563
|
+
startStop: EStartStop;
|
|
13545
13564
|
timeStopStart: Date;
|
|
13546
13565
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
13547
13566
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -13597,7 +13616,7 @@ interface FilterInstagramSettingReplyMessageDto extends IFilterBaseDto {
|
|
|
13597
13616
|
accountGroup: string[];
|
|
13598
13617
|
account: string[];
|
|
13599
13618
|
hasSetting: EHaveData[];
|
|
13600
|
-
|
|
13619
|
+
startStop: EStartStop[];
|
|
13601
13620
|
statusSheetTool: ESheetToolStatusRun[];
|
|
13602
13621
|
statusAccountRaw: EStatusAccountSocialRaw[];
|
|
13603
13622
|
statusAccountLogin: EStatusAccountSocialLogin[];
|
|
@@ -13688,8 +13707,9 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
|
|
|
13688
13707
|
status: string;
|
|
13689
13708
|
};
|
|
13690
13709
|
timezone: ETimeZone;
|
|
13691
|
-
timeCopySetting: Date;
|
|
13692
13710
|
isStart: boolean;
|
|
13711
|
+
timeCopySetting: Date;
|
|
13712
|
+
startStop: EStartStop;
|
|
13693
13713
|
timeStopStart: Date;
|
|
13694
13714
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
13695
13715
|
listRunTimes: Array<ISettingRunTimeSocial>;
|
|
@@ -13755,7 +13775,7 @@ interface FilterInstagramSettingUnFollowDto extends IFilterBaseDto {
|
|
|
13755
13775
|
accountGroup: string[];
|
|
13756
13776
|
account: string[];
|
|
13757
13777
|
hasSetting: EHaveData[];
|
|
13758
|
-
|
|
13778
|
+
startStop: EStartStop[];
|
|
13759
13779
|
statusSheetTool: ESheetToolStatusRun[];
|
|
13760
13780
|
statusAccountRaw: EStatusAccountSocialRaw[];
|
|
13761
13781
|
statusAccountLogin: EStatusAccountSocialLogin[];
|
|
@@ -13864,8 +13884,9 @@ interface FindInstagramSettingPostDto extends IFindBaseDto {
|
|
|
13864
13884
|
status: string;
|
|
13865
13885
|
};
|
|
13866
13886
|
timezone: ETimeZone;
|
|
13867
|
-
timeCopySetting: Date;
|
|
13868
13887
|
isStart: boolean;
|
|
13888
|
+
timeCopySetting: Date;
|
|
13889
|
+
startStop: EStartStop;
|
|
13869
13890
|
timeStopStart: Date;
|
|
13870
13891
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
13871
13892
|
listRunTimes: Array<ISettingRunTimeSocial<ISettingRunTimeInstagramPost>>;
|
|
@@ -13885,7 +13906,7 @@ interface FilterInstagramSettingPostDto extends IFilterBaseDto {
|
|
|
13885
13906
|
accountGroup: string[];
|
|
13886
13907
|
account: string[];
|
|
13887
13908
|
hasSetting: EHaveData[];
|
|
13888
|
-
|
|
13909
|
+
startStop: EStartStop[];
|
|
13889
13910
|
statusSheetTool: ESheetToolStatusRun[];
|
|
13890
13911
|
statusAccountRaw: EStatusAccountSocialRaw[];
|
|
13891
13912
|
statusAccountLogin: EStatusAccountSocialLogin[];
|
package/dist/index.js
CHANGED
|
@@ -1635,7 +1635,7 @@ var EStatusDeviceSync = /* @__PURE__ */ ((EStatusDeviceSync2) => {
|
|
|
1635
1635
|
var EStatusDeviceReplace = /* @__PURE__ */ ((EStatusDeviceReplace2) => {
|
|
1636
1636
|
EStatusDeviceReplace2["Done"] = "Done";
|
|
1637
1637
|
EStatusDeviceReplace2["Error"] = "Error";
|
|
1638
|
-
EStatusDeviceReplace2["
|
|
1638
|
+
EStatusDeviceReplace2["NA"] = "N/A";
|
|
1639
1639
|
return EStatusDeviceReplace2;
|
|
1640
1640
|
})(EStatusDeviceReplace || {});
|
|
1641
1641
|
var EStatusDeviceConnectWifi = /* @__PURE__ */ ((EStatusDeviceConnectWifi2) => {
|
package/dist/index.mjs
CHANGED
|
@@ -1461,7 +1461,7 @@ var EStatusDeviceSync = /* @__PURE__ */ ((EStatusDeviceSync2) => {
|
|
|
1461
1461
|
var EStatusDeviceReplace = /* @__PURE__ */ ((EStatusDeviceReplace2) => {
|
|
1462
1462
|
EStatusDeviceReplace2["Done"] = "Done";
|
|
1463
1463
|
EStatusDeviceReplace2["Error"] = "Error";
|
|
1464
|
-
EStatusDeviceReplace2["
|
|
1464
|
+
EStatusDeviceReplace2["NA"] = "N/A";
|
|
1465
1465
|
return EStatusDeviceReplace2;
|
|
1466
1466
|
})(EStatusDeviceReplace || {});
|
|
1467
1467
|
var EStatusDeviceConnectWifi = /* @__PURE__ */ ((EStatusDeviceConnectWifi2) => {
|