automation-lib 5.4.90 → 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 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;
@@ -3350,13 +3351,13 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
3350
3351
  idea: string | IManagerWork;
3351
3352
  niche: string | IManagerWork;
3352
3353
  type: ETypeManagerWorkClassify;
3353
- importInfo: {
3354
+ importInfo: Array<{
3354
3355
  sheetUrl: string;
3355
3356
  sheetName: string;
3356
3357
  typeImport: string;
3357
3358
  timeImport: Date;
3358
3359
  statusImport: EStatusAccountSocialImport;
3359
- };
3360
+ }>;
3360
3361
  runStartDateTime: Date;
3361
3362
  runEndDateTime: Date;
3362
3363
  statusRun: EStatusAccountSocialRun;
@@ -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: string;
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;
@@ -5305,13 +5307,13 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
5305
5307
  idea: string | IManagerWork;
5306
5308
  niche: string | IManagerWork;
5307
5309
  type: ETypeManagerWorkClassify;
5308
- importInfo: {
5310
+ importInfo: Array<{
5309
5311
  sheetUrl: string;
5310
5312
  sheetName: string;
5311
5313
  typeImport: string;
5312
5314
  timeImport: Date;
5313
5315
  statusImport: EStatusAccountSocialImport;
5314
- };
5316
+ }>;
5315
5317
  runStartDateTime: Date;
5316
5318
  runEndDateTime: Date;
5317
5319
  statusRun: EStatusAccountSocialRun;
@@ -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;
@@ -3350,13 +3351,13 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
3350
3351
  idea: string | IManagerWork;
3351
3352
  niche: string | IManagerWork;
3352
3353
  type: ETypeManagerWorkClassify;
3353
- importInfo: {
3354
+ importInfo: Array<{
3354
3355
  sheetUrl: string;
3355
3356
  sheetName: string;
3356
3357
  typeImport: string;
3357
3358
  timeImport: Date;
3358
3359
  statusImport: EStatusAccountSocialImport;
3359
- };
3360
+ }>;
3360
3361
  runStartDateTime: Date;
3361
3362
  runEndDateTime: Date;
3362
3363
  statusRun: EStatusAccountSocialRun;
@@ -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: string;
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;
@@ -5305,13 +5307,13 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
5305
5307
  idea: string | IManagerWork;
5306
5308
  niche: string | IManagerWork;
5307
5309
  type: ETypeManagerWorkClassify;
5308
- importInfo: {
5310
+ importInfo: Array<{
5309
5311
  sheetUrl: string;
5310
5312
  sheetName: string;
5311
5313
  typeImport: string;
5312
5314
  timeImport: Date;
5313
5315
  statusImport: EStatusAccountSocialImport;
5314
- };
5316
+ }>;
5315
5317
  runStartDateTime: Date;
5316
5318
  runEndDateTime: Date;
5317
5319
  statusRun: EStatusAccountSocialRun;
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.90",
3
+ "version": "5.4.92",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",