automation-lib 5.4.303 → 5.4.305
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 +79 -0
- package/dist/index.d.ts +79 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3921,6 +3921,13 @@ interface FindOverViewThreadsSettingPostDto {
|
|
|
3921
3921
|
unAvailable: number;
|
|
3922
3922
|
na: number;
|
|
3923
3923
|
};
|
|
3924
|
+
totalSheetTool: {
|
|
3925
|
+
new: number;
|
|
3926
|
+
running: number;
|
|
3927
|
+
completed: number;
|
|
3928
|
+
paused: number;
|
|
3929
|
+
error: number;
|
|
3930
|
+
};
|
|
3924
3931
|
totalStatus: {
|
|
3925
3932
|
active: number;
|
|
3926
3933
|
inactive: number;
|
|
@@ -3956,6 +3963,7 @@ interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
|
|
|
3956
3963
|
accountDeviceTypeAppClone: string;
|
|
3957
3964
|
accountDeviceNameAppClone: string;
|
|
3958
3965
|
statusLogin: string;
|
|
3966
|
+
status: string;
|
|
3959
3967
|
};
|
|
3960
3968
|
sheetInfo: {
|
|
3961
3969
|
id: string;
|
|
@@ -4009,6 +4017,13 @@ interface FindOverViewThreadsSettingInteractFollowDto {
|
|
|
4009
4017
|
unAvailable: number;
|
|
4010
4018
|
na: number;
|
|
4011
4019
|
};
|
|
4020
|
+
totalSheetTool: {
|
|
4021
|
+
new: number;
|
|
4022
|
+
running: number;
|
|
4023
|
+
completed: number;
|
|
4024
|
+
paused: number;
|
|
4025
|
+
error: number;
|
|
4026
|
+
};
|
|
4012
4027
|
totalStatus: {
|
|
4013
4028
|
active: number;
|
|
4014
4029
|
inactive: number;
|
|
@@ -4044,6 +4059,7 @@ interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSett
|
|
|
4044
4059
|
accountDeviceTypeAppClone: string;
|
|
4045
4060
|
accountDeviceNameAppClone: string;
|
|
4046
4061
|
statusLogin: string;
|
|
4062
|
+
status: string;
|
|
4047
4063
|
};
|
|
4048
4064
|
sheetInfo: {
|
|
4049
4065
|
id: string;
|
|
@@ -4097,6 +4113,13 @@ interface FindOverViewThreadsSettingInteractUnFollowDto {
|
|
|
4097
4113
|
unAvailable: number;
|
|
4098
4114
|
na: number;
|
|
4099
4115
|
};
|
|
4116
|
+
totalSheetTool: {
|
|
4117
|
+
new: number;
|
|
4118
|
+
running: number;
|
|
4119
|
+
completed: number;
|
|
4120
|
+
paused: number;
|
|
4121
|
+
error: number;
|
|
4122
|
+
};
|
|
4100
4123
|
totalStatus: {
|
|
4101
4124
|
active: number;
|
|
4102
4125
|
inactive: number;
|
|
@@ -4132,6 +4155,7 @@ interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSe
|
|
|
4132
4155
|
accountDeviceTypeAppClone: string;
|
|
4133
4156
|
accountDeviceNameAppClone: string;
|
|
4134
4157
|
statusLogin: string;
|
|
4158
|
+
status: string;
|
|
4135
4159
|
};
|
|
4136
4160
|
sheetInfo: {
|
|
4137
4161
|
id: string;
|
|
@@ -4185,6 +4209,13 @@ interface FindOverViewThreadsSettingInteractReplyCommentDto {
|
|
|
4185
4209
|
unAvailable: number;
|
|
4186
4210
|
na: number;
|
|
4187
4211
|
};
|
|
4212
|
+
totalSheetTool: {
|
|
4213
|
+
new: number;
|
|
4214
|
+
running: number;
|
|
4215
|
+
completed: number;
|
|
4216
|
+
paused: number;
|
|
4217
|
+
error: number;
|
|
4218
|
+
};
|
|
4188
4219
|
totalStatus: {
|
|
4189
4220
|
active: number;
|
|
4190
4221
|
inactive: number;
|
|
@@ -4273,6 +4304,13 @@ interface FindOverViewThreadsSettingInteractReplyMessageDto {
|
|
|
4273
4304
|
unAvailable: number;
|
|
4274
4305
|
na: number;
|
|
4275
4306
|
};
|
|
4307
|
+
totalSheetTool: {
|
|
4308
|
+
new: number;
|
|
4309
|
+
running: number;
|
|
4310
|
+
completed: number;
|
|
4311
|
+
paused: number;
|
|
4312
|
+
error: number;
|
|
4313
|
+
};
|
|
4276
4314
|
totalStatus: {
|
|
4277
4315
|
active: number;
|
|
4278
4316
|
inactive: number;
|
|
@@ -4308,6 +4346,7 @@ interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThrea
|
|
|
4308
4346
|
accountDeviceTypeAppClone: string;
|
|
4309
4347
|
accountDeviceNameAppClone: string;
|
|
4310
4348
|
statusLogin: string;
|
|
4349
|
+
status: string;
|
|
4311
4350
|
};
|
|
4312
4351
|
sheetInfo: {
|
|
4313
4352
|
id: string;
|
|
@@ -6819,6 +6858,13 @@ interface FindOverViewInstagramSettingInteractFollowDto {
|
|
|
6819
6858
|
unAvailable: number;
|
|
6820
6859
|
na: number;
|
|
6821
6860
|
};
|
|
6861
|
+
totalSheetTool: {
|
|
6862
|
+
new: number;
|
|
6863
|
+
running: number;
|
|
6864
|
+
completed: number;
|
|
6865
|
+
paused: number;
|
|
6866
|
+
error: number;
|
|
6867
|
+
};
|
|
6822
6868
|
totalStatus: {
|
|
6823
6869
|
active: number;
|
|
6824
6870
|
inactive: number;
|
|
@@ -6854,6 +6900,7 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
|
|
|
6854
6900
|
accountDeviceTypeAppClone: string;
|
|
6855
6901
|
accountDeviceNameAppClone: string;
|
|
6856
6902
|
statusLogin: string;
|
|
6903
|
+
status: string;
|
|
6857
6904
|
};
|
|
6858
6905
|
sheetInfo: {
|
|
6859
6906
|
id: string;
|
|
@@ -6995,6 +7042,13 @@ interface FindOverViewInstagramSettingInteractReplyCommentDto {
|
|
|
6995
7042
|
unAvailable: number;
|
|
6996
7043
|
na: number;
|
|
6997
7044
|
};
|
|
7045
|
+
totalSheetTool: {
|
|
7046
|
+
new: number;
|
|
7047
|
+
running: number;
|
|
7048
|
+
completed: number;
|
|
7049
|
+
paused: number;
|
|
7050
|
+
error: number;
|
|
7051
|
+
};
|
|
6998
7052
|
totalStatus: {
|
|
6999
7053
|
active: number;
|
|
7000
7054
|
inactive: number;
|
|
@@ -7030,6 +7084,7 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
|
|
|
7030
7084
|
accountDeviceTypeAppClone: string;
|
|
7031
7085
|
accountDeviceNameAppClone: string;
|
|
7032
7086
|
statusLogin: string;
|
|
7087
|
+
status: string;
|
|
7033
7088
|
};
|
|
7034
7089
|
sheetInfo: {
|
|
7035
7090
|
id: string;
|
|
@@ -7137,6 +7192,13 @@ interface FindOverViewInstagramSettingInteractReplyMessageDto {
|
|
|
7137
7192
|
unAvailable: number;
|
|
7138
7193
|
na: number;
|
|
7139
7194
|
};
|
|
7195
|
+
totalSheetTool: {
|
|
7196
|
+
new: number;
|
|
7197
|
+
running: number;
|
|
7198
|
+
completed: number;
|
|
7199
|
+
paused: number;
|
|
7200
|
+
error: number;
|
|
7201
|
+
};
|
|
7140
7202
|
totalStatus: {
|
|
7141
7203
|
active: number;
|
|
7142
7204
|
inactive: number;
|
|
@@ -7172,6 +7234,7 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
|
|
|
7172
7234
|
accountDeviceTypeAppClone: string;
|
|
7173
7235
|
accountDeviceNameAppClone: string;
|
|
7174
7236
|
statusLogin: string;
|
|
7237
|
+
status: string;
|
|
7175
7238
|
};
|
|
7176
7239
|
sheetInfo: {
|
|
7177
7240
|
id: string;
|
|
@@ -7271,6 +7334,13 @@ interface FindOverViewInstagramSettingInteractUnFollowDto {
|
|
|
7271
7334
|
unAvailable: number;
|
|
7272
7335
|
na: number;
|
|
7273
7336
|
};
|
|
7337
|
+
totalSheetTool: {
|
|
7338
|
+
new: number;
|
|
7339
|
+
running: number;
|
|
7340
|
+
completed: number;
|
|
7341
|
+
paused: number;
|
|
7342
|
+
error: number;
|
|
7343
|
+
};
|
|
7274
7344
|
totalStatus: {
|
|
7275
7345
|
active: number;
|
|
7276
7346
|
inactive: number;
|
|
@@ -7306,6 +7376,7 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
|
|
|
7306
7376
|
accountDeviceTypeAppClone: string;
|
|
7307
7377
|
accountDeviceNameAppClone: string;
|
|
7308
7378
|
statusLogin: string;
|
|
7379
|
+
status: string;
|
|
7309
7380
|
};
|
|
7310
7381
|
sheetInfo: {
|
|
7311
7382
|
id: string;
|
|
@@ -7432,6 +7503,13 @@ interface FindOverViewInstagramSettingPostDto {
|
|
|
7432
7503
|
unAvailable: number;
|
|
7433
7504
|
na: number;
|
|
7434
7505
|
};
|
|
7506
|
+
totalSheetTool: {
|
|
7507
|
+
new: number;
|
|
7508
|
+
running: number;
|
|
7509
|
+
completed: number;
|
|
7510
|
+
paused: number;
|
|
7511
|
+
error: number;
|
|
7512
|
+
};
|
|
7435
7513
|
totalStatus: {
|
|
7436
7514
|
active: number;
|
|
7437
7515
|
inactive: number;
|
|
@@ -7467,6 +7545,7 @@ interface FindInstagramSettingPostDto extends IFindBaseDto {
|
|
|
7467
7545
|
accountDeviceTypeAppClone: string;
|
|
7468
7546
|
accountDeviceNameAppClone: string;
|
|
7469
7547
|
statusLogin: string;
|
|
7548
|
+
status: string;
|
|
7470
7549
|
};
|
|
7471
7550
|
sheetInfo: {
|
|
7472
7551
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3921,6 +3921,13 @@ interface FindOverViewThreadsSettingPostDto {
|
|
|
3921
3921
|
unAvailable: number;
|
|
3922
3922
|
na: number;
|
|
3923
3923
|
};
|
|
3924
|
+
totalSheetTool: {
|
|
3925
|
+
new: number;
|
|
3926
|
+
running: number;
|
|
3927
|
+
completed: number;
|
|
3928
|
+
paused: number;
|
|
3929
|
+
error: number;
|
|
3930
|
+
};
|
|
3924
3931
|
totalStatus: {
|
|
3925
3932
|
active: number;
|
|
3926
3933
|
inactive: number;
|
|
@@ -3956,6 +3963,7 @@ interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
|
|
|
3956
3963
|
accountDeviceTypeAppClone: string;
|
|
3957
3964
|
accountDeviceNameAppClone: string;
|
|
3958
3965
|
statusLogin: string;
|
|
3966
|
+
status: string;
|
|
3959
3967
|
};
|
|
3960
3968
|
sheetInfo: {
|
|
3961
3969
|
id: string;
|
|
@@ -4009,6 +4017,13 @@ interface FindOverViewThreadsSettingInteractFollowDto {
|
|
|
4009
4017
|
unAvailable: number;
|
|
4010
4018
|
na: number;
|
|
4011
4019
|
};
|
|
4020
|
+
totalSheetTool: {
|
|
4021
|
+
new: number;
|
|
4022
|
+
running: number;
|
|
4023
|
+
completed: number;
|
|
4024
|
+
paused: number;
|
|
4025
|
+
error: number;
|
|
4026
|
+
};
|
|
4012
4027
|
totalStatus: {
|
|
4013
4028
|
active: number;
|
|
4014
4029
|
inactive: number;
|
|
@@ -4044,6 +4059,7 @@ interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSett
|
|
|
4044
4059
|
accountDeviceTypeAppClone: string;
|
|
4045
4060
|
accountDeviceNameAppClone: string;
|
|
4046
4061
|
statusLogin: string;
|
|
4062
|
+
status: string;
|
|
4047
4063
|
};
|
|
4048
4064
|
sheetInfo: {
|
|
4049
4065
|
id: string;
|
|
@@ -4097,6 +4113,13 @@ interface FindOverViewThreadsSettingInteractUnFollowDto {
|
|
|
4097
4113
|
unAvailable: number;
|
|
4098
4114
|
na: number;
|
|
4099
4115
|
};
|
|
4116
|
+
totalSheetTool: {
|
|
4117
|
+
new: number;
|
|
4118
|
+
running: number;
|
|
4119
|
+
completed: number;
|
|
4120
|
+
paused: number;
|
|
4121
|
+
error: number;
|
|
4122
|
+
};
|
|
4100
4123
|
totalStatus: {
|
|
4101
4124
|
active: number;
|
|
4102
4125
|
inactive: number;
|
|
@@ -4132,6 +4155,7 @@ interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSe
|
|
|
4132
4155
|
accountDeviceTypeAppClone: string;
|
|
4133
4156
|
accountDeviceNameAppClone: string;
|
|
4134
4157
|
statusLogin: string;
|
|
4158
|
+
status: string;
|
|
4135
4159
|
};
|
|
4136
4160
|
sheetInfo: {
|
|
4137
4161
|
id: string;
|
|
@@ -4185,6 +4209,13 @@ interface FindOverViewThreadsSettingInteractReplyCommentDto {
|
|
|
4185
4209
|
unAvailable: number;
|
|
4186
4210
|
na: number;
|
|
4187
4211
|
};
|
|
4212
|
+
totalSheetTool: {
|
|
4213
|
+
new: number;
|
|
4214
|
+
running: number;
|
|
4215
|
+
completed: number;
|
|
4216
|
+
paused: number;
|
|
4217
|
+
error: number;
|
|
4218
|
+
};
|
|
4188
4219
|
totalStatus: {
|
|
4189
4220
|
active: number;
|
|
4190
4221
|
inactive: number;
|
|
@@ -4273,6 +4304,13 @@ interface FindOverViewThreadsSettingInteractReplyMessageDto {
|
|
|
4273
4304
|
unAvailable: number;
|
|
4274
4305
|
na: number;
|
|
4275
4306
|
};
|
|
4307
|
+
totalSheetTool: {
|
|
4308
|
+
new: number;
|
|
4309
|
+
running: number;
|
|
4310
|
+
completed: number;
|
|
4311
|
+
paused: number;
|
|
4312
|
+
error: number;
|
|
4313
|
+
};
|
|
4276
4314
|
totalStatus: {
|
|
4277
4315
|
active: number;
|
|
4278
4316
|
inactive: number;
|
|
@@ -4308,6 +4346,7 @@ interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThrea
|
|
|
4308
4346
|
accountDeviceTypeAppClone: string;
|
|
4309
4347
|
accountDeviceNameAppClone: string;
|
|
4310
4348
|
statusLogin: string;
|
|
4349
|
+
status: string;
|
|
4311
4350
|
};
|
|
4312
4351
|
sheetInfo: {
|
|
4313
4352
|
id: string;
|
|
@@ -6819,6 +6858,13 @@ interface FindOverViewInstagramSettingInteractFollowDto {
|
|
|
6819
6858
|
unAvailable: number;
|
|
6820
6859
|
na: number;
|
|
6821
6860
|
};
|
|
6861
|
+
totalSheetTool: {
|
|
6862
|
+
new: number;
|
|
6863
|
+
running: number;
|
|
6864
|
+
completed: number;
|
|
6865
|
+
paused: number;
|
|
6866
|
+
error: number;
|
|
6867
|
+
};
|
|
6822
6868
|
totalStatus: {
|
|
6823
6869
|
active: number;
|
|
6824
6870
|
inactive: number;
|
|
@@ -6854,6 +6900,7 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
|
|
|
6854
6900
|
accountDeviceTypeAppClone: string;
|
|
6855
6901
|
accountDeviceNameAppClone: string;
|
|
6856
6902
|
statusLogin: string;
|
|
6903
|
+
status: string;
|
|
6857
6904
|
};
|
|
6858
6905
|
sheetInfo: {
|
|
6859
6906
|
id: string;
|
|
@@ -6995,6 +7042,13 @@ interface FindOverViewInstagramSettingInteractReplyCommentDto {
|
|
|
6995
7042
|
unAvailable: number;
|
|
6996
7043
|
na: number;
|
|
6997
7044
|
};
|
|
7045
|
+
totalSheetTool: {
|
|
7046
|
+
new: number;
|
|
7047
|
+
running: number;
|
|
7048
|
+
completed: number;
|
|
7049
|
+
paused: number;
|
|
7050
|
+
error: number;
|
|
7051
|
+
};
|
|
6998
7052
|
totalStatus: {
|
|
6999
7053
|
active: number;
|
|
7000
7054
|
inactive: number;
|
|
@@ -7030,6 +7084,7 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
|
|
|
7030
7084
|
accountDeviceTypeAppClone: string;
|
|
7031
7085
|
accountDeviceNameAppClone: string;
|
|
7032
7086
|
statusLogin: string;
|
|
7087
|
+
status: string;
|
|
7033
7088
|
};
|
|
7034
7089
|
sheetInfo: {
|
|
7035
7090
|
id: string;
|
|
@@ -7137,6 +7192,13 @@ interface FindOverViewInstagramSettingInteractReplyMessageDto {
|
|
|
7137
7192
|
unAvailable: number;
|
|
7138
7193
|
na: number;
|
|
7139
7194
|
};
|
|
7195
|
+
totalSheetTool: {
|
|
7196
|
+
new: number;
|
|
7197
|
+
running: number;
|
|
7198
|
+
completed: number;
|
|
7199
|
+
paused: number;
|
|
7200
|
+
error: number;
|
|
7201
|
+
};
|
|
7140
7202
|
totalStatus: {
|
|
7141
7203
|
active: number;
|
|
7142
7204
|
inactive: number;
|
|
@@ -7172,6 +7234,7 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
|
|
|
7172
7234
|
accountDeviceTypeAppClone: string;
|
|
7173
7235
|
accountDeviceNameAppClone: string;
|
|
7174
7236
|
statusLogin: string;
|
|
7237
|
+
status: string;
|
|
7175
7238
|
};
|
|
7176
7239
|
sheetInfo: {
|
|
7177
7240
|
id: string;
|
|
@@ -7271,6 +7334,13 @@ interface FindOverViewInstagramSettingInteractUnFollowDto {
|
|
|
7271
7334
|
unAvailable: number;
|
|
7272
7335
|
na: number;
|
|
7273
7336
|
};
|
|
7337
|
+
totalSheetTool: {
|
|
7338
|
+
new: number;
|
|
7339
|
+
running: number;
|
|
7340
|
+
completed: number;
|
|
7341
|
+
paused: number;
|
|
7342
|
+
error: number;
|
|
7343
|
+
};
|
|
7274
7344
|
totalStatus: {
|
|
7275
7345
|
active: number;
|
|
7276
7346
|
inactive: number;
|
|
@@ -7306,6 +7376,7 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
|
|
|
7306
7376
|
accountDeviceTypeAppClone: string;
|
|
7307
7377
|
accountDeviceNameAppClone: string;
|
|
7308
7378
|
statusLogin: string;
|
|
7379
|
+
status: string;
|
|
7309
7380
|
};
|
|
7310
7381
|
sheetInfo: {
|
|
7311
7382
|
id: string;
|
|
@@ -7432,6 +7503,13 @@ interface FindOverViewInstagramSettingPostDto {
|
|
|
7432
7503
|
unAvailable: number;
|
|
7433
7504
|
na: number;
|
|
7434
7505
|
};
|
|
7506
|
+
totalSheetTool: {
|
|
7507
|
+
new: number;
|
|
7508
|
+
running: number;
|
|
7509
|
+
completed: number;
|
|
7510
|
+
paused: number;
|
|
7511
|
+
error: number;
|
|
7512
|
+
};
|
|
7435
7513
|
totalStatus: {
|
|
7436
7514
|
active: number;
|
|
7437
7515
|
inactive: number;
|
|
@@ -7467,6 +7545,7 @@ interface FindInstagramSettingPostDto extends IFindBaseDto {
|
|
|
7467
7545
|
accountDeviceTypeAppClone: string;
|
|
7468
7546
|
accountDeviceNameAppClone: string;
|
|
7469
7547
|
statusLogin: string;
|
|
7548
|
+
status: string;
|
|
7470
7549
|
};
|
|
7471
7550
|
sheetInfo: {
|
|
7472
7551
|
id: string;
|