automation-lib 5.4.303 → 5.4.304
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 +9 -0
- package/dist/index.d.ts +9 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3956,6 +3956,7 @@ interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
|
|
|
3956
3956
|
accountDeviceTypeAppClone: string;
|
|
3957
3957
|
accountDeviceNameAppClone: string;
|
|
3958
3958
|
statusLogin: string;
|
|
3959
|
+
status: string;
|
|
3959
3960
|
};
|
|
3960
3961
|
sheetInfo: {
|
|
3961
3962
|
id: string;
|
|
@@ -4044,6 +4045,7 @@ interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSett
|
|
|
4044
4045
|
accountDeviceTypeAppClone: string;
|
|
4045
4046
|
accountDeviceNameAppClone: string;
|
|
4046
4047
|
statusLogin: string;
|
|
4048
|
+
status: string;
|
|
4047
4049
|
};
|
|
4048
4050
|
sheetInfo: {
|
|
4049
4051
|
id: string;
|
|
@@ -4132,6 +4134,7 @@ interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSe
|
|
|
4132
4134
|
accountDeviceTypeAppClone: string;
|
|
4133
4135
|
accountDeviceNameAppClone: string;
|
|
4134
4136
|
statusLogin: string;
|
|
4137
|
+
status: string;
|
|
4135
4138
|
};
|
|
4136
4139
|
sheetInfo: {
|
|
4137
4140
|
id: string;
|
|
@@ -4308,6 +4311,7 @@ interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThrea
|
|
|
4308
4311
|
accountDeviceTypeAppClone: string;
|
|
4309
4312
|
accountDeviceNameAppClone: string;
|
|
4310
4313
|
statusLogin: string;
|
|
4314
|
+
status: string;
|
|
4311
4315
|
};
|
|
4312
4316
|
sheetInfo: {
|
|
4313
4317
|
id: string;
|
|
@@ -6854,6 +6858,7 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
|
|
|
6854
6858
|
accountDeviceTypeAppClone: string;
|
|
6855
6859
|
accountDeviceNameAppClone: string;
|
|
6856
6860
|
statusLogin: string;
|
|
6861
|
+
status: string;
|
|
6857
6862
|
};
|
|
6858
6863
|
sheetInfo: {
|
|
6859
6864
|
id: string;
|
|
@@ -7030,6 +7035,7 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
|
|
|
7030
7035
|
accountDeviceTypeAppClone: string;
|
|
7031
7036
|
accountDeviceNameAppClone: string;
|
|
7032
7037
|
statusLogin: string;
|
|
7038
|
+
status: string;
|
|
7033
7039
|
};
|
|
7034
7040
|
sheetInfo: {
|
|
7035
7041
|
id: string;
|
|
@@ -7172,6 +7178,7 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
|
|
|
7172
7178
|
accountDeviceTypeAppClone: string;
|
|
7173
7179
|
accountDeviceNameAppClone: string;
|
|
7174
7180
|
statusLogin: string;
|
|
7181
|
+
status: string;
|
|
7175
7182
|
};
|
|
7176
7183
|
sheetInfo: {
|
|
7177
7184
|
id: string;
|
|
@@ -7306,6 +7313,7 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
|
|
|
7306
7313
|
accountDeviceTypeAppClone: string;
|
|
7307
7314
|
accountDeviceNameAppClone: string;
|
|
7308
7315
|
statusLogin: string;
|
|
7316
|
+
status: string;
|
|
7309
7317
|
};
|
|
7310
7318
|
sheetInfo: {
|
|
7311
7319
|
id: string;
|
|
@@ -7467,6 +7475,7 @@ interface FindInstagramSettingPostDto extends IFindBaseDto {
|
|
|
7467
7475
|
accountDeviceTypeAppClone: string;
|
|
7468
7476
|
accountDeviceNameAppClone: string;
|
|
7469
7477
|
statusLogin: string;
|
|
7478
|
+
status: string;
|
|
7470
7479
|
};
|
|
7471
7480
|
sheetInfo: {
|
|
7472
7481
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3956,6 +3956,7 @@ interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
|
|
|
3956
3956
|
accountDeviceTypeAppClone: string;
|
|
3957
3957
|
accountDeviceNameAppClone: string;
|
|
3958
3958
|
statusLogin: string;
|
|
3959
|
+
status: string;
|
|
3959
3960
|
};
|
|
3960
3961
|
sheetInfo: {
|
|
3961
3962
|
id: string;
|
|
@@ -4044,6 +4045,7 @@ interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSett
|
|
|
4044
4045
|
accountDeviceTypeAppClone: string;
|
|
4045
4046
|
accountDeviceNameAppClone: string;
|
|
4046
4047
|
statusLogin: string;
|
|
4048
|
+
status: string;
|
|
4047
4049
|
};
|
|
4048
4050
|
sheetInfo: {
|
|
4049
4051
|
id: string;
|
|
@@ -4132,6 +4134,7 @@ interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSe
|
|
|
4132
4134
|
accountDeviceTypeAppClone: string;
|
|
4133
4135
|
accountDeviceNameAppClone: string;
|
|
4134
4136
|
statusLogin: string;
|
|
4137
|
+
status: string;
|
|
4135
4138
|
};
|
|
4136
4139
|
sheetInfo: {
|
|
4137
4140
|
id: string;
|
|
@@ -4308,6 +4311,7 @@ interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThrea
|
|
|
4308
4311
|
accountDeviceTypeAppClone: string;
|
|
4309
4312
|
accountDeviceNameAppClone: string;
|
|
4310
4313
|
statusLogin: string;
|
|
4314
|
+
status: string;
|
|
4311
4315
|
};
|
|
4312
4316
|
sheetInfo: {
|
|
4313
4317
|
id: string;
|
|
@@ -6854,6 +6858,7 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
|
|
|
6854
6858
|
accountDeviceTypeAppClone: string;
|
|
6855
6859
|
accountDeviceNameAppClone: string;
|
|
6856
6860
|
statusLogin: string;
|
|
6861
|
+
status: string;
|
|
6857
6862
|
};
|
|
6858
6863
|
sheetInfo: {
|
|
6859
6864
|
id: string;
|
|
@@ -7030,6 +7035,7 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
|
|
|
7030
7035
|
accountDeviceTypeAppClone: string;
|
|
7031
7036
|
accountDeviceNameAppClone: string;
|
|
7032
7037
|
statusLogin: string;
|
|
7038
|
+
status: string;
|
|
7033
7039
|
};
|
|
7034
7040
|
sheetInfo: {
|
|
7035
7041
|
id: string;
|
|
@@ -7172,6 +7178,7 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
|
|
|
7172
7178
|
accountDeviceTypeAppClone: string;
|
|
7173
7179
|
accountDeviceNameAppClone: string;
|
|
7174
7180
|
statusLogin: string;
|
|
7181
|
+
status: string;
|
|
7175
7182
|
};
|
|
7176
7183
|
sheetInfo: {
|
|
7177
7184
|
id: string;
|
|
@@ -7306,6 +7313,7 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
|
|
|
7306
7313
|
accountDeviceTypeAppClone: string;
|
|
7307
7314
|
accountDeviceNameAppClone: string;
|
|
7308
7315
|
statusLogin: string;
|
|
7316
|
+
status: string;
|
|
7309
7317
|
};
|
|
7310
7318
|
sheetInfo: {
|
|
7311
7319
|
id: string;
|
|
@@ -7467,6 +7475,7 @@ interface FindInstagramSettingPostDto extends IFindBaseDto {
|
|
|
7467
7475
|
accountDeviceTypeAppClone: string;
|
|
7468
7476
|
accountDeviceNameAppClone: string;
|
|
7469
7477
|
statusLogin: string;
|
|
7478
|
+
status: string;
|
|
7470
7479
|
};
|
|
7471
7480
|
sheetInfo: {
|
|
7472
7481
|
id: string;
|