automation-lib 5.4.91 → 5.4.93
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 +16 -3
- package/dist/index.d.ts +16 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3036,7 +3036,14 @@ interface FilterThreadsHistoryChangeDto extends IFilterBaseDto, IFilterBaseAccou
|
|
|
3036
3036
|
}
|
|
3037
3037
|
|
|
3038
3038
|
interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
|
|
3039
|
+
pcInfo: {
|
|
3040
|
+
name: string;
|
|
3041
|
+
department: string;
|
|
3042
|
+
leader: string;
|
|
3043
|
+
member: string;
|
|
3044
|
+
};
|
|
3039
3045
|
deviceInfo: {
|
|
3046
|
+
id: string;
|
|
3040
3047
|
key: string;
|
|
3041
3048
|
name: string;
|
|
3042
3049
|
type: ETypeDeviceOS;
|
|
@@ -3369,6 +3376,7 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
|
3369
3376
|
member: string;
|
|
3370
3377
|
};
|
|
3371
3378
|
deviceInfo: {
|
|
3379
|
+
id: string;
|
|
3372
3380
|
key: string;
|
|
3373
3381
|
name: string;
|
|
3374
3382
|
type: ETypeDeviceOS;
|
|
@@ -3396,9 +3404,8 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
|
3396
3404
|
email: string;
|
|
3397
3405
|
password: string;
|
|
3398
3406
|
code2FA: string;
|
|
3399
|
-
emailRecover: string;
|
|
3400
3407
|
type: ETypeAccountVPN;
|
|
3401
|
-
status:
|
|
3408
|
+
status: EStatusAccountVPN;
|
|
3402
3409
|
};
|
|
3403
3410
|
totalPosts: number;
|
|
3404
3411
|
totalPostFollower: number;
|
|
@@ -4994,7 +5001,14 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBas
|
|
|
4994
5001
|
}
|
|
4995
5002
|
|
|
4996
5003
|
interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
5004
|
+
pcInfo: {
|
|
5005
|
+
name: string;
|
|
5006
|
+
department: string;
|
|
5007
|
+
leader: string;
|
|
5008
|
+
member: string;
|
|
5009
|
+
};
|
|
4997
5010
|
deviceInfo: {
|
|
5011
|
+
id: string;
|
|
4998
5012
|
key: string;
|
|
4999
5013
|
name: string;
|
|
5000
5014
|
type: ETypeDeviceOS;
|
|
@@ -5351,7 +5365,6 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5351
5365
|
email: string;
|
|
5352
5366
|
password: string;
|
|
5353
5367
|
code2FA: string;
|
|
5354
|
-
emailRecover: string;
|
|
5355
5368
|
type: ETypeAccountVPN;
|
|
5356
5369
|
status: EStatusAccountVPN;
|
|
5357
5370
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -3036,7 +3036,14 @@ interface FilterThreadsHistoryChangeDto extends IFilterBaseDto, IFilterBaseAccou
|
|
|
3036
3036
|
}
|
|
3037
3037
|
|
|
3038
3038
|
interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
|
|
3039
|
+
pcInfo: {
|
|
3040
|
+
name: string;
|
|
3041
|
+
department: string;
|
|
3042
|
+
leader: string;
|
|
3043
|
+
member: string;
|
|
3044
|
+
};
|
|
3039
3045
|
deviceInfo: {
|
|
3046
|
+
id: string;
|
|
3040
3047
|
key: string;
|
|
3041
3048
|
name: string;
|
|
3042
3049
|
type: ETypeDeviceOS;
|
|
@@ -3369,6 +3376,7 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
|
3369
3376
|
member: string;
|
|
3370
3377
|
};
|
|
3371
3378
|
deviceInfo: {
|
|
3379
|
+
id: string;
|
|
3372
3380
|
key: string;
|
|
3373
3381
|
name: string;
|
|
3374
3382
|
type: ETypeDeviceOS;
|
|
@@ -3396,9 +3404,8 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
|
3396
3404
|
email: string;
|
|
3397
3405
|
password: string;
|
|
3398
3406
|
code2FA: string;
|
|
3399
|
-
emailRecover: string;
|
|
3400
3407
|
type: ETypeAccountVPN;
|
|
3401
|
-
status:
|
|
3408
|
+
status: EStatusAccountVPN;
|
|
3402
3409
|
};
|
|
3403
3410
|
totalPosts: number;
|
|
3404
3411
|
totalPostFollower: number;
|
|
@@ -4994,7 +5001,14 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBas
|
|
|
4994
5001
|
}
|
|
4995
5002
|
|
|
4996
5003
|
interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
5004
|
+
pcInfo: {
|
|
5005
|
+
name: string;
|
|
5006
|
+
department: string;
|
|
5007
|
+
leader: string;
|
|
5008
|
+
member: string;
|
|
5009
|
+
};
|
|
4997
5010
|
deviceInfo: {
|
|
5011
|
+
id: string;
|
|
4998
5012
|
key: string;
|
|
4999
5013
|
name: string;
|
|
5000
5014
|
type: ETypeDeviceOS;
|
|
@@ -5351,7 +5365,6 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5351
5365
|
email: string;
|
|
5352
5366
|
password: string;
|
|
5353
5367
|
code2FA: string;
|
|
5354
|
-
emailRecover: string;
|
|
5355
5368
|
type: ETypeAccountVPN;
|
|
5356
5369
|
status: EStatusAccountVPN;
|
|
5357
5370
|
};
|