automation-lib 5.4.190 → 5.4.191

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 CHANGED
@@ -2853,7 +2853,8 @@ interface IFilterBaseAccountSocialDto {
2853
2853
  niche: string[];
2854
2854
  type: ETypeManagerWorkClassify[];
2855
2855
  pc: string[];
2856
- device: string[];
2856
+ deviceName: string[];
2857
+ deviceKey: string[];
2857
2858
  accountGroup: string[];
2858
2859
  account: string[];
2859
2860
  }
@@ -2978,7 +2979,8 @@ interface FilterThreadsHistoryGroupDto extends IFilterBaseDto, IFilterBaseAccoun
2978
2979
  niche: string[];
2979
2980
  type: ETypeManagerWorkClassify[];
2980
2981
  pc: string[];
2981
- device: string[];
2982
+ deviceName: string[];
2983
+ deviceKey: string[];
2982
2984
  accountGroup: string[];
2983
2985
  account: string[];
2984
2986
  }
@@ -3008,7 +3010,8 @@ interface FilterThreadsHistoryAutoSyncDto extends IFilterBaseDto, IFilterBaseAcc
3008
3010
  niche: string[];
3009
3011
  type: ETypeManagerWorkClassify[];
3010
3012
  pc: string[];
3011
- device: string[];
3013
+ deviceName: string[];
3014
+ deviceKey: string[];
3012
3015
  accountGroup: string[];
3013
3016
  account: string[];
3014
3017
  }
@@ -3102,7 +3105,8 @@ interface FilterThreadsHistoryCreateNewDto extends IFilterBaseDto, IFilterBaseAc
3102
3105
  niche: string[];
3103
3106
  type: ETypeManagerWorkClassify[];
3104
3107
  pc: string[];
3105
- device: string[];
3108
+ deviceName: string[];
3109
+ deviceKey: string[];
3106
3110
  accountGroup: string[];
3107
3111
  account: string[];
3108
3112
  sheetName: string[];
@@ -3136,7 +3140,8 @@ interface FilterThreadsHistoryChangeDto extends IFilterBaseDto, IFilterBaseAccou
3136
3140
  niche: string[];
3137
3141
  type: ETypeManagerWorkClassify[];
3138
3142
  pc: string[];
3139
- device: string[];
3143
+ deviceName: string[];
3144
+ deviceKey: string[];
3140
3145
  accountGroup: string[];
3141
3146
  account: string[];
3142
3147
  }
@@ -3616,7 +3621,8 @@ interface FilterThreadsReportPostDto extends IFilterBaseDto, IFilterBaseAccountS
3616
3621
  niche: string[];
3617
3622
  type: ETypeManagerWorkClassify[];
3618
3623
  pc: string[];
3619
- device: string[];
3624
+ deviceName: string[];
3625
+ deviceKey: string[];
3620
3626
  accountGroup: string[];
3621
3627
  account: string[];
3622
3628
  sheetName: string[];
@@ -3663,7 +3669,8 @@ interface FilterThreadsReportInteractFollowDto extends IFilterBaseDto, IFilterBa
3663
3669
  niche: string[];
3664
3670
  type: ETypeManagerWorkClassify[];
3665
3671
  pc: string[];
3666
- device: string[];
3672
+ deviceName: string[];
3673
+ deviceKey: string[];
3667
3674
  accountGroup: string[];
3668
3675
  account: string[];
3669
3676
  sheetName: string[];
@@ -3710,7 +3717,8 @@ interface FilterThreadsReportInteractUnFollowDto extends IFilterBaseDto, IFilter
3710
3717
  niche: string[];
3711
3718
  type: ETypeManagerWorkClassify[];
3712
3719
  pc: string[];
3713
- device: string[];
3720
+ deviceName: string[];
3721
+ deviceKey: string[];
3714
3722
  accountGroup: string[];
3715
3723
  account: string[];
3716
3724
  sheetName: string[];
@@ -3757,7 +3765,8 @@ interface FilterThreadsReportInteractReplyCommentDto extends IFilterBaseDto, IFi
3757
3765
  niche: string[];
3758
3766
  type: ETypeManagerWorkClassify[];
3759
3767
  pc: string[];
3760
- device: string[];
3768
+ deviceName: string[];
3769
+ deviceKey: string[];
3761
3770
  accountGroup: string[];
3762
3771
  account: string[];
3763
3772
  sheetName: string[];
@@ -3804,7 +3813,8 @@ interface FilterThreadsReportInteractReplyMessageDto extends IFilterBaseDto, IFi
3804
3813
  niche: string[];
3805
3814
  type: ETypeManagerWorkClassify[];
3806
3815
  pc: string[];
3807
- device: string[];
3816
+ deviceName: string[];
3817
+ deviceKey: string[];
3808
3818
  accountGroup: string[];
3809
3819
  account: string[];
3810
3820
  sheetName: string[];
@@ -3881,7 +3891,8 @@ interface FilterThreadsSettingPostDto extends IFilterBaseDto, IFilterBaseAccount
3881
3891
  niche: string[];
3882
3892
  type: ETypeManagerWorkClassify[];
3883
3893
  pc: string[];
3884
- device: string[];
3894
+ deviceName: string[];
3895
+ deviceKey: string[];
3885
3896
  accountGroup: string[];
3886
3897
  account: string[];
3887
3898
  status: EStatusActive[];
@@ -3955,7 +3966,8 @@ interface FilterThreadsSettingInteractFollowDto extends IFilterBaseDto, IFilterB
3955
3966
  niche: string[];
3956
3967
  type: ETypeManagerWorkClassify[];
3957
3968
  pc: string[];
3958
- device: string[];
3969
+ deviceName: string[];
3970
+ deviceKey: string[];
3959
3971
  accountGroup: string[];
3960
3972
  account: string[];
3961
3973
  status: EStatusActive[];
@@ -4029,7 +4041,8 @@ interface FilterThreadsSettingInteractUnFollowDto extends IFilterBaseDto, IFilte
4029
4041
  niche: string[];
4030
4042
  type: ETypeManagerWorkClassify[];
4031
4043
  pc: string[];
4032
- device: string[];
4044
+ deviceName: string[];
4045
+ deviceKey: string[];
4033
4046
  accountGroup: string[];
4034
4047
  account: string[];
4035
4048
  status: EStatusActive[];
@@ -4103,7 +4116,8 @@ interface FilterThreadsSettingInteractReplyCommentDto extends IFilterBaseDto, IF
4103
4116
  niche: string[];
4104
4117
  type: ETypeManagerWorkClassify[];
4105
4118
  pc: string[];
4106
- device: string[];
4119
+ deviceName: string[];
4120
+ deviceKey: string[];
4107
4121
  accountGroup: string[];
4108
4122
  account: string[];
4109
4123
  status: EStatusActive[];
@@ -4177,7 +4191,8 @@ interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, IF
4177
4191
  niche: string[];
4178
4192
  type: ETypeManagerWorkClassify[];
4179
4193
  pc: string[];
4180
- device: string[];
4194
+ deviceName: string[];
4195
+ deviceKey: string[];
4181
4196
  accountGroup: string[];
4182
4197
  account: string[];
4183
4198
  status: EStatusActive[];
@@ -4241,7 +4256,8 @@ interface FilterTaskThreadsPostDto extends IFilterBaseDto, IFilterBaseAccountSoc
4241
4256
  niche: string[];
4242
4257
  type: ETypeManagerWorkClassify[];
4243
4258
  pc: string[];
4244
- device: string[];
4259
+ deviceName: string[];
4260
+ deviceKey: string[];
4245
4261
  accountGroup: string[];
4246
4262
  account: string[];
4247
4263
  sheetName: string[];
@@ -4294,7 +4310,8 @@ interface FilterTaskThreadsFollowDto extends IFilterBaseDto, IFilterBaseAccountS
4294
4310
  niche: string[];
4295
4311
  type: ETypeManagerWorkClassify[];
4296
4312
  pc: string[];
4297
- device: string[];
4313
+ deviceName: string[];
4314
+ deviceKey: string[];
4298
4315
  accountGroup: string[];
4299
4316
  account: string[];
4300
4317
  sheetName: string[];
@@ -4347,7 +4364,8 @@ interface FilterTaskThreadsReplyCommentDto extends IFilterBaseDto, IFilterBaseAc
4347
4364
  niche: string[];
4348
4365
  type: ETypeManagerWorkClassify[];
4349
4366
  pc: string[];
4350
- device: string[];
4367
+ deviceName: string[];
4368
+ deviceKey: string[];
4351
4369
  accountGroup: string[];
4352
4370
  account: string[];
4353
4371
  sheetName: string[];
@@ -4400,7 +4418,8 @@ interface FilterTaskThreadsReplyMessageDto extends IFilterBaseDto, IFilterBaseAc
4400
4418
  niche: string[];
4401
4419
  type: ETypeManagerWorkClassify[];
4402
4420
  pc: string[];
4403
- device: string[];
4421
+ deviceName: string[];
4422
+ deviceKey: string[];
4404
4423
  accountGroup: string[];
4405
4424
  account: string[];
4406
4425
  sheetName: string[];
@@ -4412,7 +4431,8 @@ interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseA
4412
4431
  niche: string[];
4413
4432
  type: ETypeManagerWorkClassify[];
4414
4433
  pc: string[];
4415
- device: string[];
4434
+ deviceName: string[];
4435
+ deviceKey: string[];
4416
4436
  accountGroup: string[];
4417
4437
  account: string[];
4418
4438
  accountStatus: EStatusAccountSocialLogin[];
@@ -5039,7 +5059,8 @@ interface FilterInstagramHistoryAutoSyncDto extends IFilterBaseDto, IFilterBaseA
5039
5059
  niche: string[];
5040
5060
  type: ETypeManagerWorkClassify[];
5041
5061
  pc: string[];
5042
- device: string[];
5062
+ deviceName: string[];
5063
+ deviceKey: string[];
5043
5064
  accountGroup: string[];
5044
5065
  account: string[];
5045
5066
  sheetName: string[];
@@ -5173,7 +5194,8 @@ interface FilterInstagramHistoryChangeInfoDto extends IFilterBaseDto, IFilterBas
5173
5194
  niche: string[];
5174
5195
  type: ETypeManagerWorkClassify[];
5175
5196
  pc: string[];
5176
- device: string[];
5197
+ deviceName: string[];
5198
+ deviceKey: string[];
5177
5199
  accountGroup: string[];
5178
5200
  account: string[];
5179
5201
  sheetName: string[];
@@ -5287,7 +5309,8 @@ interface FilterInstagramHistoryCreateNewDto extends IFilterBaseDto, IFilterBase
5287
5309
  niche: string[];
5288
5310
  type: ETypeManagerWorkClassify[];
5289
5311
  pc: string[];
5290
- device: string[];
5312
+ deviceName: string[];
5313
+ deviceKey: string[];
5291
5314
  accountGroup: string[];
5292
5315
  account: string[];
5293
5316
  sheetName: string[];
@@ -5933,7 +5956,8 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
5933
5956
  niche: string[];
5934
5957
  type: ETypeManagerWorkClassify[];
5935
5958
  pc: string[];
5936
- device: string[];
5959
+ deviceName: string[];
5960
+ deviceKey: string[];
5937
5961
  accountGroup: string[];
5938
5962
  account: string[];
5939
5963
  status: EStatusTaskScript[];
@@ -5986,7 +6010,8 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
5986
6010
  niche: string[];
5987
6011
  type: ETypeManagerWorkClassify[];
5988
6012
  pc: string[];
5989
- device: string[];
6013
+ deviceName: string[];
6014
+ deviceKey: string[];
5990
6015
  accountGroup: string[];
5991
6016
  account: string[];
5992
6017
  status: EStatusTaskScript[];
@@ -6039,7 +6064,8 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
6039
6064
  niche: string[];
6040
6065
  type: ETypeManagerWorkClassify[];
6041
6066
  pc: string[];
6042
- device: string[];
6067
+ deviceName: string[];
6068
+ deviceKey: string[];
6043
6069
  accountGroup: string[];
6044
6070
  account: string[];
6045
6071
  status: EStatusTaskScript[];
@@ -6092,7 +6118,8 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
6092
6118
  niche: string[];
6093
6119
  type: ETypeManagerWorkClassify[];
6094
6120
  pc: string[];
6095
- device: string[];
6121
+ deviceName: string[];
6122
+ deviceKey: string[];
6096
6123
  accountGroup: string[];
6097
6124
  account: string[];
6098
6125
  status: EStatusTaskScript[];
@@ -6145,7 +6172,8 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
6145
6172
  niche: string[];
6146
6173
  type: ETypeManagerWorkClassify[];
6147
6174
  pc: string[];
6148
- device: string[];
6175
+ deviceName: string[];
6176
+ deviceKey: string[];
6149
6177
  accountGroup: string[];
6150
6178
  account: string[];
6151
6179
  status: EStatusTaskScript[];
@@ -6197,7 +6225,8 @@ interface FilterInstagramReportInteractBlockUserDto extends IFilterBaseDto, IFil
6197
6225
  niche: string[];
6198
6226
  type: ETypeManagerWorkClassify[];
6199
6227
  pc: string[];
6200
- device: string[];
6228
+ deviceName: string[];
6229
+ deviceKey: string[];
6201
6230
  accountGroup: string[];
6202
6231
  account: string[];
6203
6232
  status: EStatusTaskScript[];
@@ -6244,7 +6273,8 @@ interface FilterInstagramReportInteractExploreDto extends IFilterBaseDto, IFilte
6244
6273
  niche: string[];
6245
6274
  type: ETypeManagerWorkClassify[];
6246
6275
  pc: string[];
6247
- device: string[];
6276
+ deviceName: string[];
6277
+ deviceKey: string[];
6248
6278
  accountGroup: string[];
6249
6279
  account: string[];
6250
6280
  status: EStatusTaskScript[];
@@ -6290,7 +6320,8 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
6290
6320
  niche: string[];
6291
6321
  type: ETypeManagerWorkClassify[];
6292
6322
  pc: string[];
6293
- device: string[];
6323
+ deviceName: string[];
6324
+ deviceKey: string[];
6294
6325
  accountGroup: string[];
6295
6326
  account: string[];
6296
6327
  status: EStatusTaskScript[];
@@ -6340,7 +6371,8 @@ interface FilterInstagramReportInteractReelDto extends IFilterBaseDto, IFilterBa
6340
6371
  niche: string[];
6341
6372
  type: ETypeManagerWorkClassify[];
6342
6373
  pc: string[];
6343
- device: string[];
6374
+ deviceName: string[];
6375
+ deviceKey: string[];
6344
6376
  accountGroup: string[];
6345
6377
  account: string[];
6346
6378
  status: EStatusTaskScript[];
@@ -6386,7 +6418,8 @@ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, I
6386
6418
  niche: string[];
6387
6419
  type: ETypeManagerWorkClassify[];
6388
6420
  pc: string[];
6389
- device: string[];
6421
+ deviceName: string[];
6422
+ deviceKey: string[];
6390
6423
  accountGroup: string[];
6391
6424
  account: string[];
6392
6425
  status: EStatusTaskScript[];
@@ -6436,7 +6469,8 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
6436
6469
  niche: string[];
6437
6470
  type: ETypeManagerWorkClassify[];
6438
6471
  pc: string[];
6439
- device: string[];
6472
+ deviceName: string[];
6473
+ deviceKey: string[];
6440
6474
  accountGroup: string[];
6441
6475
  account: string[];
6442
6476
  status: EStatusTaskScript[];
@@ -6486,7 +6520,8 @@ interface FilterInstagramReportInteractStoryDto extends IFilterBaseDto, IFilterB
6486
6520
  niche: string[];
6487
6521
  type: ETypeManagerWorkClassify[];
6488
6522
  pc: string[];
6489
- device: string[];
6523
+ deviceName: string[];
6524
+ deviceKey: string[];
6490
6525
  accountGroup: string[];
6491
6526
  account: string[];
6492
6527
  status: EStatusTaskScript[];
@@ -6532,7 +6567,8 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
6532
6567
  niche: string[];
6533
6568
  type: ETypeManagerWorkClassify[];
6534
6569
  pc: string[];
6535
- device: string[];
6570
+ deviceName: string[];
6571
+ deviceKey: string[];
6536
6572
  accountGroup: string[];
6537
6573
  account: string[];
6538
6574
  status: EStatusTaskScript[];
@@ -6627,7 +6663,8 @@ interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilt
6627
6663
  niche: string[];
6628
6664
  type: ETypeManagerWorkClassify[];
6629
6665
  pc: string[];
6630
- device: string[];
6666
+ deviceName: string[];
6667
+ deviceKey: string[];
6631
6668
  accountGroup: string[];
6632
6669
  account: string[];
6633
6670
  status: EStatusActive[];
@@ -6736,7 +6773,8 @@ interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilte
6736
6773
  niche: string[];
6737
6774
  type: ETypeManagerWorkClassify[];
6738
6775
  pc: string[];
6739
- device: string[];
6776
+ deviceName: string[];
6777
+ deviceKey: string[];
6740
6778
  accountGroup: string[];
6741
6779
  account: string[];
6742
6780
  status: EStatusActive[];
@@ -6824,7 +6862,8 @@ interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterB
6824
6862
  niche: string[];
6825
6863
  type: ETypeManagerWorkClassify[];
6826
6864
  pc: string[];
6827
- device: string[];
6865
+ deviceName: string[];
6866
+ deviceKey: string[];
6828
6867
  accountGroup: string[];
6829
6868
  account: string[];
6830
6869
  status: EStatusActive[];
@@ -6916,7 +6955,8 @@ interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto,
6916
6955
  niche: string[];
6917
6956
  type: ETypeManagerWorkClassify[];
6918
6957
  pc: string[];
6919
- device: string[];
6958
+ deviceName: string[];
6959
+ deviceKey: string[];
6920
6960
  accountGroup: string[];
6921
6961
  account: string[];
6922
6962
  status: EStatusActive[];
@@ -7004,7 +7044,8 @@ interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto,
7004
7044
  niche: string[];
7005
7045
  type: ETypeManagerWorkClassify[];
7006
7046
  pc: string[];
7007
- device: string[];
7047
+ deviceName: string[];
7048
+ deviceKey: string[];
7008
7049
  accountGroup: string[];
7009
7050
  account: string[];
7010
7051
  status: EStatusActive[];
@@ -7102,7 +7143,8 @@ interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilter
7102
7143
  niche: string[];
7103
7144
  type: ETypeManagerWorkClassify[];
7104
7145
  pc: string[];
7105
- device: string[];
7146
+ deviceName: string[];
7147
+ deviceKey: string[];
7106
7148
  accountGroup: string[];
7107
7149
  account: string[];
7108
7150
  status: EStatusActive[];
@@ -7195,7 +7237,8 @@ interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFil
7195
7237
  niche: string[];
7196
7238
  type: ETypeManagerWorkClassify[];
7197
7239
  pc: string[];
7198
- device: string[];
7240
+ deviceName: string[];
7241
+ deviceKey: string[];
7199
7242
  accountGroup: string[];
7200
7243
  account: string[];
7201
7244
  status: EStatusActive[];
@@ -7280,7 +7323,8 @@ interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccou
7280
7323
  niche: string[];
7281
7324
  type: ETypeManagerWorkClassify[];
7282
7325
  pc: string[];
7283
- device: string[];
7326
+ deviceName: string[];
7327
+ deviceKey: string[];
7284
7328
  accountGroup: string[];
7285
7329
  account: string[];
7286
7330
  status: EStatusActive[];
@@ -7481,7 +7525,8 @@ interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, IFilterBaseAc
7481
7525
  niche: string[];
7482
7526
  type: ETypeManagerWorkClassify[];
7483
7527
  pc: string[];
7484
- device: string[];
7528
+ deviceName: string[];
7529
+ deviceKey: string[];
7485
7530
  accountGroup: string[];
7486
7531
  account: string[];
7487
7532
  sheetName: string[];
@@ -7562,7 +7607,8 @@ interface FilterTaskInstagramFollowDto extends IFilterBaseDto, IFilterBaseAccoun
7562
7607
  niche: string[];
7563
7608
  type: ETypeManagerWorkClassify[];
7564
7609
  pc: string[];
7565
- device: string[];
7610
+ deviceName: string[];
7611
+ deviceKey: string[];
7566
7612
  accountGroup: string[];
7567
7613
  account: string[];
7568
7614
  sheetName: string[];
@@ -7643,7 +7689,8 @@ interface FilterTaskInstagramReplyCommentDto extends IFilterBaseDto, IFilterBase
7643
7689
  niche: string[];
7644
7690
  type: ETypeManagerWorkClassify[];
7645
7691
  pc: string[];
7646
- device: string[];
7692
+ deviceName: string[];
7693
+ deviceKey: string[];
7647
7694
  accountGroup: string[];
7648
7695
  account: string[];
7649
7696
  sheetName: string[];
@@ -7724,7 +7771,8 @@ interface FilterTaskInstagramReplyMessageDto extends IFilterBaseDto, IFilterBase
7724
7771
  niche: string[];
7725
7772
  type: ETypeManagerWorkClassify[];
7726
7773
  pc: string[];
7727
- device: string[];
7774
+ deviceName: string[];
7775
+ deviceKey: string[];
7728
7776
  accountGroup: string[];
7729
7777
  account: string[];
7730
7778
  sheetName: string[];
@@ -7907,7 +7955,8 @@ interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountS
7907
7955
  niche: string[];
7908
7956
  type: ETypeManagerWorkClassify[];
7909
7957
  pc: string[];
7910
- device: string[];
7958
+ deviceName: string[];
7959
+ deviceKey: string[];
7911
7960
  accountGroup: string[];
7912
7961
  account: string[];
7913
7962
  sheetName: string[];
@@ -7988,9 +8037,11 @@ interface FilterTaskInstagramInteractExploreDto extends IFilterBaseDto, IFilterB
7988
8037
  niche: string[];
7989
8038
  type: ETypeManagerWorkClassify[];
7990
8039
  pc: string[];
7991
- device: string[];
8040
+ deviceName: string[];
8041
+ deviceKey: string[];
7992
8042
  accountGroup: string[];
7993
8043
  account: string[];
8044
+ sheetName: string[];
7994
8045
  status: EStatusTaskToolSocials[];
7995
8046
  }
7996
8047
 
@@ -8068,9 +8119,11 @@ interface FilterTaskInstagramInteractReelDto extends IFilterBaseDto, IFilterBase
8068
8119
  niche: string[];
8069
8120
  type: ETypeManagerWorkClassify[];
8070
8121
  pc: string[];
8071
- device: string[];
8122
+ deviceName: string[];
8123
+ deviceKey: string[];
8072
8124
  accountGroup: string[];
8073
8125
  account: string[];
8126
+ sheetName: string[];
8074
8127
  status: EStatusTaskToolSocials[];
8075
8128
  }
8076
8129
 
@@ -8148,9 +8201,11 @@ interface FilterTaskInstagramInteractStoryDto extends IFilterBaseDto, IFilterBas
8148
8201
  niche: string[];
8149
8202
  type: ETypeManagerWorkClassify[];
8150
8203
  pc: string[];
8151
- device: string[];
8204
+ deviceName: string[];
8205
+ deviceKey: string[];
8152
8206
  accountGroup: string[];
8153
8207
  account: string[];
8208
+ sheetName: string[];
8154
8209
  status: EStatusTaskToolSocials[];
8155
8210
  }
8156
8211
 
@@ -8159,7 +8214,8 @@ interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBas
8159
8214
  niche: string[];
8160
8215
  type: ETypeManagerWorkClassify[];
8161
8216
  pc: string[];
8162
- device: string[];
8217
+ deviceName: string[];
8218
+ deviceKey: string[];
8163
8219
  accountGroup: string[];
8164
8220
  account: string[];
8165
8221
  accountStatus: EStatusAccountSocialLogin[];
package/dist/index.d.ts CHANGED
@@ -2853,7 +2853,8 @@ interface IFilterBaseAccountSocialDto {
2853
2853
  niche: string[];
2854
2854
  type: ETypeManagerWorkClassify[];
2855
2855
  pc: string[];
2856
- device: string[];
2856
+ deviceName: string[];
2857
+ deviceKey: string[];
2857
2858
  accountGroup: string[];
2858
2859
  account: string[];
2859
2860
  }
@@ -2978,7 +2979,8 @@ interface FilterThreadsHistoryGroupDto extends IFilterBaseDto, IFilterBaseAccoun
2978
2979
  niche: string[];
2979
2980
  type: ETypeManagerWorkClassify[];
2980
2981
  pc: string[];
2981
- device: string[];
2982
+ deviceName: string[];
2983
+ deviceKey: string[];
2982
2984
  accountGroup: string[];
2983
2985
  account: string[];
2984
2986
  }
@@ -3008,7 +3010,8 @@ interface FilterThreadsHistoryAutoSyncDto extends IFilterBaseDto, IFilterBaseAcc
3008
3010
  niche: string[];
3009
3011
  type: ETypeManagerWorkClassify[];
3010
3012
  pc: string[];
3011
- device: string[];
3013
+ deviceName: string[];
3014
+ deviceKey: string[];
3012
3015
  accountGroup: string[];
3013
3016
  account: string[];
3014
3017
  }
@@ -3102,7 +3105,8 @@ interface FilterThreadsHistoryCreateNewDto extends IFilterBaseDto, IFilterBaseAc
3102
3105
  niche: string[];
3103
3106
  type: ETypeManagerWorkClassify[];
3104
3107
  pc: string[];
3105
- device: string[];
3108
+ deviceName: string[];
3109
+ deviceKey: string[];
3106
3110
  accountGroup: string[];
3107
3111
  account: string[];
3108
3112
  sheetName: string[];
@@ -3136,7 +3140,8 @@ interface FilterThreadsHistoryChangeDto extends IFilterBaseDto, IFilterBaseAccou
3136
3140
  niche: string[];
3137
3141
  type: ETypeManagerWorkClassify[];
3138
3142
  pc: string[];
3139
- device: string[];
3143
+ deviceName: string[];
3144
+ deviceKey: string[];
3140
3145
  accountGroup: string[];
3141
3146
  account: string[];
3142
3147
  }
@@ -3616,7 +3621,8 @@ interface FilterThreadsReportPostDto extends IFilterBaseDto, IFilterBaseAccountS
3616
3621
  niche: string[];
3617
3622
  type: ETypeManagerWorkClassify[];
3618
3623
  pc: string[];
3619
- device: string[];
3624
+ deviceName: string[];
3625
+ deviceKey: string[];
3620
3626
  accountGroup: string[];
3621
3627
  account: string[];
3622
3628
  sheetName: string[];
@@ -3663,7 +3669,8 @@ interface FilterThreadsReportInteractFollowDto extends IFilterBaseDto, IFilterBa
3663
3669
  niche: string[];
3664
3670
  type: ETypeManagerWorkClassify[];
3665
3671
  pc: string[];
3666
- device: string[];
3672
+ deviceName: string[];
3673
+ deviceKey: string[];
3667
3674
  accountGroup: string[];
3668
3675
  account: string[];
3669
3676
  sheetName: string[];
@@ -3710,7 +3717,8 @@ interface FilterThreadsReportInteractUnFollowDto extends IFilterBaseDto, IFilter
3710
3717
  niche: string[];
3711
3718
  type: ETypeManagerWorkClassify[];
3712
3719
  pc: string[];
3713
- device: string[];
3720
+ deviceName: string[];
3721
+ deviceKey: string[];
3714
3722
  accountGroup: string[];
3715
3723
  account: string[];
3716
3724
  sheetName: string[];
@@ -3757,7 +3765,8 @@ interface FilterThreadsReportInteractReplyCommentDto extends IFilterBaseDto, IFi
3757
3765
  niche: string[];
3758
3766
  type: ETypeManagerWorkClassify[];
3759
3767
  pc: string[];
3760
- device: string[];
3768
+ deviceName: string[];
3769
+ deviceKey: string[];
3761
3770
  accountGroup: string[];
3762
3771
  account: string[];
3763
3772
  sheetName: string[];
@@ -3804,7 +3813,8 @@ interface FilterThreadsReportInteractReplyMessageDto extends IFilterBaseDto, IFi
3804
3813
  niche: string[];
3805
3814
  type: ETypeManagerWorkClassify[];
3806
3815
  pc: string[];
3807
- device: string[];
3816
+ deviceName: string[];
3817
+ deviceKey: string[];
3808
3818
  accountGroup: string[];
3809
3819
  account: string[];
3810
3820
  sheetName: string[];
@@ -3881,7 +3891,8 @@ interface FilterThreadsSettingPostDto extends IFilterBaseDto, IFilterBaseAccount
3881
3891
  niche: string[];
3882
3892
  type: ETypeManagerWorkClassify[];
3883
3893
  pc: string[];
3884
- device: string[];
3894
+ deviceName: string[];
3895
+ deviceKey: string[];
3885
3896
  accountGroup: string[];
3886
3897
  account: string[];
3887
3898
  status: EStatusActive[];
@@ -3955,7 +3966,8 @@ interface FilterThreadsSettingInteractFollowDto extends IFilterBaseDto, IFilterB
3955
3966
  niche: string[];
3956
3967
  type: ETypeManagerWorkClassify[];
3957
3968
  pc: string[];
3958
- device: string[];
3969
+ deviceName: string[];
3970
+ deviceKey: string[];
3959
3971
  accountGroup: string[];
3960
3972
  account: string[];
3961
3973
  status: EStatusActive[];
@@ -4029,7 +4041,8 @@ interface FilterThreadsSettingInteractUnFollowDto extends IFilterBaseDto, IFilte
4029
4041
  niche: string[];
4030
4042
  type: ETypeManagerWorkClassify[];
4031
4043
  pc: string[];
4032
- device: string[];
4044
+ deviceName: string[];
4045
+ deviceKey: string[];
4033
4046
  accountGroup: string[];
4034
4047
  account: string[];
4035
4048
  status: EStatusActive[];
@@ -4103,7 +4116,8 @@ interface FilterThreadsSettingInteractReplyCommentDto extends IFilterBaseDto, IF
4103
4116
  niche: string[];
4104
4117
  type: ETypeManagerWorkClassify[];
4105
4118
  pc: string[];
4106
- device: string[];
4119
+ deviceName: string[];
4120
+ deviceKey: string[];
4107
4121
  accountGroup: string[];
4108
4122
  account: string[];
4109
4123
  status: EStatusActive[];
@@ -4177,7 +4191,8 @@ interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, IF
4177
4191
  niche: string[];
4178
4192
  type: ETypeManagerWorkClassify[];
4179
4193
  pc: string[];
4180
- device: string[];
4194
+ deviceName: string[];
4195
+ deviceKey: string[];
4181
4196
  accountGroup: string[];
4182
4197
  account: string[];
4183
4198
  status: EStatusActive[];
@@ -4241,7 +4256,8 @@ interface FilterTaskThreadsPostDto extends IFilterBaseDto, IFilterBaseAccountSoc
4241
4256
  niche: string[];
4242
4257
  type: ETypeManagerWorkClassify[];
4243
4258
  pc: string[];
4244
- device: string[];
4259
+ deviceName: string[];
4260
+ deviceKey: string[];
4245
4261
  accountGroup: string[];
4246
4262
  account: string[];
4247
4263
  sheetName: string[];
@@ -4294,7 +4310,8 @@ interface FilterTaskThreadsFollowDto extends IFilterBaseDto, IFilterBaseAccountS
4294
4310
  niche: string[];
4295
4311
  type: ETypeManagerWorkClassify[];
4296
4312
  pc: string[];
4297
- device: string[];
4313
+ deviceName: string[];
4314
+ deviceKey: string[];
4298
4315
  accountGroup: string[];
4299
4316
  account: string[];
4300
4317
  sheetName: string[];
@@ -4347,7 +4364,8 @@ interface FilterTaskThreadsReplyCommentDto extends IFilterBaseDto, IFilterBaseAc
4347
4364
  niche: string[];
4348
4365
  type: ETypeManagerWorkClassify[];
4349
4366
  pc: string[];
4350
- device: string[];
4367
+ deviceName: string[];
4368
+ deviceKey: string[];
4351
4369
  accountGroup: string[];
4352
4370
  account: string[];
4353
4371
  sheetName: string[];
@@ -4400,7 +4418,8 @@ interface FilterTaskThreadsReplyMessageDto extends IFilterBaseDto, IFilterBaseAc
4400
4418
  niche: string[];
4401
4419
  type: ETypeManagerWorkClassify[];
4402
4420
  pc: string[];
4403
- device: string[];
4421
+ deviceName: string[];
4422
+ deviceKey: string[];
4404
4423
  accountGroup: string[];
4405
4424
  account: string[];
4406
4425
  sheetName: string[];
@@ -4412,7 +4431,8 @@ interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseA
4412
4431
  niche: string[];
4413
4432
  type: ETypeManagerWorkClassify[];
4414
4433
  pc: string[];
4415
- device: string[];
4434
+ deviceName: string[];
4435
+ deviceKey: string[];
4416
4436
  accountGroup: string[];
4417
4437
  account: string[];
4418
4438
  accountStatus: EStatusAccountSocialLogin[];
@@ -5039,7 +5059,8 @@ interface FilterInstagramHistoryAutoSyncDto extends IFilterBaseDto, IFilterBaseA
5039
5059
  niche: string[];
5040
5060
  type: ETypeManagerWorkClassify[];
5041
5061
  pc: string[];
5042
- device: string[];
5062
+ deviceName: string[];
5063
+ deviceKey: string[];
5043
5064
  accountGroup: string[];
5044
5065
  account: string[];
5045
5066
  sheetName: string[];
@@ -5173,7 +5194,8 @@ interface FilterInstagramHistoryChangeInfoDto extends IFilterBaseDto, IFilterBas
5173
5194
  niche: string[];
5174
5195
  type: ETypeManagerWorkClassify[];
5175
5196
  pc: string[];
5176
- device: string[];
5197
+ deviceName: string[];
5198
+ deviceKey: string[];
5177
5199
  accountGroup: string[];
5178
5200
  account: string[];
5179
5201
  sheetName: string[];
@@ -5287,7 +5309,8 @@ interface FilterInstagramHistoryCreateNewDto extends IFilterBaseDto, IFilterBase
5287
5309
  niche: string[];
5288
5310
  type: ETypeManagerWorkClassify[];
5289
5311
  pc: string[];
5290
- device: string[];
5312
+ deviceName: string[];
5313
+ deviceKey: string[];
5291
5314
  accountGroup: string[];
5292
5315
  account: string[];
5293
5316
  sheetName: string[];
@@ -5933,7 +5956,8 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
5933
5956
  niche: string[];
5934
5957
  type: ETypeManagerWorkClassify[];
5935
5958
  pc: string[];
5936
- device: string[];
5959
+ deviceName: string[];
5960
+ deviceKey: string[];
5937
5961
  accountGroup: string[];
5938
5962
  account: string[];
5939
5963
  status: EStatusTaskScript[];
@@ -5986,7 +6010,8 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
5986
6010
  niche: string[];
5987
6011
  type: ETypeManagerWorkClassify[];
5988
6012
  pc: string[];
5989
- device: string[];
6013
+ deviceName: string[];
6014
+ deviceKey: string[];
5990
6015
  accountGroup: string[];
5991
6016
  account: string[];
5992
6017
  status: EStatusTaskScript[];
@@ -6039,7 +6064,8 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
6039
6064
  niche: string[];
6040
6065
  type: ETypeManagerWorkClassify[];
6041
6066
  pc: string[];
6042
- device: string[];
6067
+ deviceName: string[];
6068
+ deviceKey: string[];
6043
6069
  accountGroup: string[];
6044
6070
  account: string[];
6045
6071
  status: EStatusTaskScript[];
@@ -6092,7 +6118,8 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
6092
6118
  niche: string[];
6093
6119
  type: ETypeManagerWorkClassify[];
6094
6120
  pc: string[];
6095
- device: string[];
6121
+ deviceName: string[];
6122
+ deviceKey: string[];
6096
6123
  accountGroup: string[];
6097
6124
  account: string[];
6098
6125
  status: EStatusTaskScript[];
@@ -6145,7 +6172,8 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
6145
6172
  niche: string[];
6146
6173
  type: ETypeManagerWorkClassify[];
6147
6174
  pc: string[];
6148
- device: string[];
6175
+ deviceName: string[];
6176
+ deviceKey: string[];
6149
6177
  accountGroup: string[];
6150
6178
  account: string[];
6151
6179
  status: EStatusTaskScript[];
@@ -6197,7 +6225,8 @@ interface FilterInstagramReportInteractBlockUserDto extends IFilterBaseDto, IFil
6197
6225
  niche: string[];
6198
6226
  type: ETypeManagerWorkClassify[];
6199
6227
  pc: string[];
6200
- device: string[];
6228
+ deviceName: string[];
6229
+ deviceKey: string[];
6201
6230
  accountGroup: string[];
6202
6231
  account: string[];
6203
6232
  status: EStatusTaskScript[];
@@ -6244,7 +6273,8 @@ interface FilterInstagramReportInteractExploreDto extends IFilterBaseDto, IFilte
6244
6273
  niche: string[];
6245
6274
  type: ETypeManagerWorkClassify[];
6246
6275
  pc: string[];
6247
- device: string[];
6276
+ deviceName: string[];
6277
+ deviceKey: string[];
6248
6278
  accountGroup: string[];
6249
6279
  account: string[];
6250
6280
  status: EStatusTaskScript[];
@@ -6290,7 +6320,8 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
6290
6320
  niche: string[];
6291
6321
  type: ETypeManagerWorkClassify[];
6292
6322
  pc: string[];
6293
- device: string[];
6323
+ deviceName: string[];
6324
+ deviceKey: string[];
6294
6325
  accountGroup: string[];
6295
6326
  account: string[];
6296
6327
  status: EStatusTaskScript[];
@@ -6340,7 +6371,8 @@ interface FilterInstagramReportInteractReelDto extends IFilterBaseDto, IFilterBa
6340
6371
  niche: string[];
6341
6372
  type: ETypeManagerWorkClassify[];
6342
6373
  pc: string[];
6343
- device: string[];
6374
+ deviceName: string[];
6375
+ deviceKey: string[];
6344
6376
  accountGroup: string[];
6345
6377
  account: string[];
6346
6378
  status: EStatusTaskScript[];
@@ -6386,7 +6418,8 @@ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, I
6386
6418
  niche: string[];
6387
6419
  type: ETypeManagerWorkClassify[];
6388
6420
  pc: string[];
6389
- device: string[];
6421
+ deviceName: string[];
6422
+ deviceKey: string[];
6390
6423
  accountGroup: string[];
6391
6424
  account: string[];
6392
6425
  status: EStatusTaskScript[];
@@ -6436,7 +6469,8 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
6436
6469
  niche: string[];
6437
6470
  type: ETypeManagerWorkClassify[];
6438
6471
  pc: string[];
6439
- device: string[];
6472
+ deviceName: string[];
6473
+ deviceKey: string[];
6440
6474
  accountGroup: string[];
6441
6475
  account: string[];
6442
6476
  status: EStatusTaskScript[];
@@ -6486,7 +6520,8 @@ interface FilterInstagramReportInteractStoryDto extends IFilterBaseDto, IFilterB
6486
6520
  niche: string[];
6487
6521
  type: ETypeManagerWorkClassify[];
6488
6522
  pc: string[];
6489
- device: string[];
6523
+ deviceName: string[];
6524
+ deviceKey: string[];
6490
6525
  accountGroup: string[];
6491
6526
  account: string[];
6492
6527
  status: EStatusTaskScript[];
@@ -6532,7 +6567,8 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
6532
6567
  niche: string[];
6533
6568
  type: ETypeManagerWorkClassify[];
6534
6569
  pc: string[];
6535
- device: string[];
6570
+ deviceName: string[];
6571
+ deviceKey: string[];
6536
6572
  accountGroup: string[];
6537
6573
  account: string[];
6538
6574
  status: EStatusTaskScript[];
@@ -6627,7 +6663,8 @@ interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilt
6627
6663
  niche: string[];
6628
6664
  type: ETypeManagerWorkClassify[];
6629
6665
  pc: string[];
6630
- device: string[];
6666
+ deviceName: string[];
6667
+ deviceKey: string[];
6631
6668
  accountGroup: string[];
6632
6669
  account: string[];
6633
6670
  status: EStatusActive[];
@@ -6736,7 +6773,8 @@ interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilte
6736
6773
  niche: string[];
6737
6774
  type: ETypeManagerWorkClassify[];
6738
6775
  pc: string[];
6739
- device: string[];
6776
+ deviceName: string[];
6777
+ deviceKey: string[];
6740
6778
  accountGroup: string[];
6741
6779
  account: string[];
6742
6780
  status: EStatusActive[];
@@ -6824,7 +6862,8 @@ interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterB
6824
6862
  niche: string[];
6825
6863
  type: ETypeManagerWorkClassify[];
6826
6864
  pc: string[];
6827
- device: string[];
6865
+ deviceName: string[];
6866
+ deviceKey: string[];
6828
6867
  accountGroup: string[];
6829
6868
  account: string[];
6830
6869
  status: EStatusActive[];
@@ -6916,7 +6955,8 @@ interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto,
6916
6955
  niche: string[];
6917
6956
  type: ETypeManagerWorkClassify[];
6918
6957
  pc: string[];
6919
- device: string[];
6958
+ deviceName: string[];
6959
+ deviceKey: string[];
6920
6960
  accountGroup: string[];
6921
6961
  account: string[];
6922
6962
  status: EStatusActive[];
@@ -7004,7 +7044,8 @@ interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto,
7004
7044
  niche: string[];
7005
7045
  type: ETypeManagerWorkClassify[];
7006
7046
  pc: string[];
7007
- device: string[];
7047
+ deviceName: string[];
7048
+ deviceKey: string[];
7008
7049
  accountGroup: string[];
7009
7050
  account: string[];
7010
7051
  status: EStatusActive[];
@@ -7102,7 +7143,8 @@ interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilter
7102
7143
  niche: string[];
7103
7144
  type: ETypeManagerWorkClassify[];
7104
7145
  pc: string[];
7105
- device: string[];
7146
+ deviceName: string[];
7147
+ deviceKey: string[];
7106
7148
  accountGroup: string[];
7107
7149
  account: string[];
7108
7150
  status: EStatusActive[];
@@ -7195,7 +7237,8 @@ interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFil
7195
7237
  niche: string[];
7196
7238
  type: ETypeManagerWorkClassify[];
7197
7239
  pc: string[];
7198
- device: string[];
7240
+ deviceName: string[];
7241
+ deviceKey: string[];
7199
7242
  accountGroup: string[];
7200
7243
  account: string[];
7201
7244
  status: EStatusActive[];
@@ -7280,7 +7323,8 @@ interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccou
7280
7323
  niche: string[];
7281
7324
  type: ETypeManagerWorkClassify[];
7282
7325
  pc: string[];
7283
- device: string[];
7326
+ deviceName: string[];
7327
+ deviceKey: string[];
7284
7328
  accountGroup: string[];
7285
7329
  account: string[];
7286
7330
  status: EStatusActive[];
@@ -7481,7 +7525,8 @@ interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, IFilterBaseAc
7481
7525
  niche: string[];
7482
7526
  type: ETypeManagerWorkClassify[];
7483
7527
  pc: string[];
7484
- device: string[];
7528
+ deviceName: string[];
7529
+ deviceKey: string[];
7485
7530
  accountGroup: string[];
7486
7531
  account: string[];
7487
7532
  sheetName: string[];
@@ -7562,7 +7607,8 @@ interface FilterTaskInstagramFollowDto extends IFilterBaseDto, IFilterBaseAccoun
7562
7607
  niche: string[];
7563
7608
  type: ETypeManagerWorkClassify[];
7564
7609
  pc: string[];
7565
- device: string[];
7610
+ deviceName: string[];
7611
+ deviceKey: string[];
7566
7612
  accountGroup: string[];
7567
7613
  account: string[];
7568
7614
  sheetName: string[];
@@ -7643,7 +7689,8 @@ interface FilterTaskInstagramReplyCommentDto extends IFilterBaseDto, IFilterBase
7643
7689
  niche: string[];
7644
7690
  type: ETypeManagerWorkClassify[];
7645
7691
  pc: string[];
7646
- device: string[];
7692
+ deviceName: string[];
7693
+ deviceKey: string[];
7647
7694
  accountGroup: string[];
7648
7695
  account: string[];
7649
7696
  sheetName: string[];
@@ -7724,7 +7771,8 @@ interface FilterTaskInstagramReplyMessageDto extends IFilterBaseDto, IFilterBase
7724
7771
  niche: string[];
7725
7772
  type: ETypeManagerWorkClassify[];
7726
7773
  pc: string[];
7727
- device: string[];
7774
+ deviceName: string[];
7775
+ deviceKey: string[];
7728
7776
  accountGroup: string[];
7729
7777
  account: string[];
7730
7778
  sheetName: string[];
@@ -7907,7 +7955,8 @@ interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountS
7907
7955
  niche: string[];
7908
7956
  type: ETypeManagerWorkClassify[];
7909
7957
  pc: string[];
7910
- device: string[];
7958
+ deviceName: string[];
7959
+ deviceKey: string[];
7911
7960
  accountGroup: string[];
7912
7961
  account: string[];
7913
7962
  sheetName: string[];
@@ -7988,9 +8037,11 @@ interface FilterTaskInstagramInteractExploreDto extends IFilterBaseDto, IFilterB
7988
8037
  niche: string[];
7989
8038
  type: ETypeManagerWorkClassify[];
7990
8039
  pc: string[];
7991
- device: string[];
8040
+ deviceName: string[];
8041
+ deviceKey: string[];
7992
8042
  accountGroup: string[];
7993
8043
  account: string[];
8044
+ sheetName: string[];
7994
8045
  status: EStatusTaskToolSocials[];
7995
8046
  }
7996
8047
 
@@ -8068,9 +8119,11 @@ interface FilterTaskInstagramInteractReelDto extends IFilterBaseDto, IFilterBase
8068
8119
  niche: string[];
8069
8120
  type: ETypeManagerWorkClassify[];
8070
8121
  pc: string[];
8071
- device: string[];
8122
+ deviceName: string[];
8123
+ deviceKey: string[];
8072
8124
  accountGroup: string[];
8073
8125
  account: string[];
8126
+ sheetName: string[];
8074
8127
  status: EStatusTaskToolSocials[];
8075
8128
  }
8076
8129
 
@@ -8148,9 +8201,11 @@ interface FilterTaskInstagramInteractStoryDto extends IFilterBaseDto, IFilterBas
8148
8201
  niche: string[];
8149
8202
  type: ETypeManagerWorkClassify[];
8150
8203
  pc: string[];
8151
- device: string[];
8204
+ deviceName: string[];
8205
+ deviceKey: string[];
8152
8206
  accountGroup: string[];
8153
8207
  account: string[];
8208
+ sheetName: string[];
8154
8209
  status: EStatusTaskToolSocials[];
8155
8210
  }
8156
8211
 
@@ -8159,7 +8214,8 @@ interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBas
8159
8214
  niche: string[];
8160
8215
  type: ETypeManagerWorkClassify[];
8161
8216
  pc: string[];
8162
- device: string[];
8217
+ deviceName: string[];
8218
+ deviceKey: string[];
8163
8219
  accountGroup: string[];
8164
8220
  account: string[];
8165
8221
  accountStatus: EStatusAccountSocialLogin[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.190",
3
+ "version": "5.4.191",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
package/requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- pyinstaller
2
- pywin32
3
- pytz
4
- webdriver-manager
5
- selenium
6
- undetected-chromedriver
7
- requests
1
+ pyinstaller
2
+ pywin32
3
+ pytz
4
+ webdriver-manager
5
+ selenium
6
+ undetected-chromedriver
7
+ requests
8
8
  rapidfuzz