automation-lib 5.4.91 → 5.4.92
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 +4 -3
- package/dist/index.d.ts +4 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3037,6 +3037,7 @@ interface FilterThreadsHistoryChangeDto extends IFilterBaseDto, IFilterBaseAccou
|
|
|
3037
3037
|
|
|
3038
3038
|
interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
|
|
3039
3039
|
deviceInfo: {
|
|
3040
|
+
id: string;
|
|
3040
3041
|
key: string;
|
|
3041
3042
|
name: string;
|
|
3042
3043
|
type: ETypeDeviceOS;
|
|
@@ -3369,6 +3370,7 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
|
3369
3370
|
member: string;
|
|
3370
3371
|
};
|
|
3371
3372
|
deviceInfo: {
|
|
3373
|
+
id: string;
|
|
3372
3374
|
key: string;
|
|
3373
3375
|
name: string;
|
|
3374
3376
|
type: ETypeDeviceOS;
|
|
@@ -3396,9 +3398,8 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
|
3396
3398
|
email: string;
|
|
3397
3399
|
password: string;
|
|
3398
3400
|
code2FA: string;
|
|
3399
|
-
emailRecover: string;
|
|
3400
3401
|
type: ETypeAccountVPN;
|
|
3401
|
-
status:
|
|
3402
|
+
status: EStatusAccountVPN;
|
|
3402
3403
|
};
|
|
3403
3404
|
totalPosts: number;
|
|
3404
3405
|
totalPostFollower: number;
|
|
@@ -4995,6 +4996,7 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBas
|
|
|
4995
4996
|
|
|
4996
4997
|
interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
4997
4998
|
deviceInfo: {
|
|
4999
|
+
id: string;
|
|
4998
5000
|
key: string;
|
|
4999
5001
|
name: string;
|
|
5000
5002
|
type: ETypeDeviceOS;
|
|
@@ -5351,7 +5353,6 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5351
5353
|
email: string;
|
|
5352
5354
|
password: string;
|
|
5353
5355
|
code2FA: string;
|
|
5354
|
-
emailRecover: string;
|
|
5355
5356
|
type: ETypeAccountVPN;
|
|
5356
5357
|
status: EStatusAccountVPN;
|
|
5357
5358
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -3037,6 +3037,7 @@ interface FilterThreadsHistoryChangeDto extends IFilterBaseDto, IFilterBaseAccou
|
|
|
3037
3037
|
|
|
3038
3038
|
interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
|
|
3039
3039
|
deviceInfo: {
|
|
3040
|
+
id: string;
|
|
3040
3041
|
key: string;
|
|
3041
3042
|
name: string;
|
|
3042
3043
|
type: ETypeDeviceOS;
|
|
@@ -3369,6 +3370,7 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
|
3369
3370
|
member: string;
|
|
3370
3371
|
};
|
|
3371
3372
|
deviceInfo: {
|
|
3373
|
+
id: string;
|
|
3372
3374
|
key: string;
|
|
3373
3375
|
name: string;
|
|
3374
3376
|
type: ETypeDeviceOS;
|
|
@@ -3396,9 +3398,8 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
|
3396
3398
|
email: string;
|
|
3397
3399
|
password: string;
|
|
3398
3400
|
code2FA: string;
|
|
3399
|
-
emailRecover: string;
|
|
3400
3401
|
type: ETypeAccountVPN;
|
|
3401
|
-
status:
|
|
3402
|
+
status: EStatusAccountVPN;
|
|
3402
3403
|
};
|
|
3403
3404
|
totalPosts: number;
|
|
3404
3405
|
totalPostFollower: number;
|
|
@@ -4995,6 +4996,7 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBas
|
|
|
4995
4996
|
|
|
4996
4997
|
interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
4997
4998
|
deviceInfo: {
|
|
4999
|
+
id: string;
|
|
4998
5000
|
key: string;
|
|
4999
5001
|
name: string;
|
|
5000
5002
|
type: ETypeDeviceOS;
|
|
@@ -5351,7 +5353,6 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5351
5353
|
email: string;
|
|
5352
5354
|
password: string;
|
|
5353
5355
|
code2FA: string;
|
|
5354
|
-
emailRecover: string;
|
|
5355
5356
|
type: ETypeAccountVPN;
|
|
5356
5357
|
status: EStatusAccountVPN;
|
|
5357
5358
|
};
|